- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 04:16 AM - edited 05-15-2023 04:28 AM
Guys - I have a requirement to create a report/dashboard to fetch user name with 4 levels of management.
Column names - User > Manager> Manager's manager> and so on till level 4
Pls help me with best possible solution.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 07:22 AM
I have implemented this solution with Remote table , thanks for your help and time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 04:33 AM
Hello @Kush Sharma ,
You could use the dot walking feature given in the column selection window in the reporting section.
Best Regards,
Nayan Dhamane
ServiceNow Community Rising Star 2023.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 04:52 AM
Thanks nayan , that is helpful.
Is there any other way because we wanted to edit column names as well like Manager's manager or leader ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 05:31 AM - edited 05-15-2023 05:32 AM
Hello Kush,
You can create a Database view and change the column name in the database view and use that DB table to create a report.
Check the below link for more info:
Regards,
Nayan Awadhiya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2023 05:55 AM
Let me try that ...