- 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 11:14 PM
Hi Nayan @nayanawadhiya1 - We are not able to dot walkin in DB view.. Can you pls help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-15-2023 11:32 PM
Hello Kush,
You can use joins on the database view like below and after that you can rename the label of those fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2023 12:05 AM
I tried this one but it only checks user manager not manager's manager ...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2023 12:28 AM - edited ‎05-16-2023 12:29 AM
You can add one more Join in it.
Above SS was just an example for requirement.
- 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