Get managers data from User table.

Kush Sharma
Tera Guru

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

1 ACCEPTED SOLUTION

I have implemented this solution with Remote table , thanks for your help and time

View solution in original post

9 REPLIES 9

Hi Nayan @nayanawadhiya1 - We are not able to dot walkin in DB view.. Can you pls help

Hello Kush,

You can use joins on the database view like below and after that you can rename the label of those fields 

nayanawadhiya1_0-1684218695391.png

 

 

I tried this one but it only checks user manager not manager's manager ... 

You can add one more Join in it.

Above SS was just an example for requirement.

I have implemented this solution with Remote table , thanks for your help and time