Show and refresh report when managers of groups select their respective group's name from breakdown.

krishkrishkrish
Tera Contributor

Hello,

I have a requirement when logged in user is manager of any groups, the elements of breakdown should show their respective groups. Once the user selects the respective groups the reports should refresh. The breakdown should show the only groups which the user is manager of.

Please provide a solution of this requirement.

 

Thank you.

1 REPLY 1

Marco0o1
Tera Sage

Hi @krishkrishkrish ;

You can just add a filter to your field, I dont know which table you want to use but would be a module like this:

 

Marco0o1_0-1699040445056.png

 

That would return the Incidents where the Manager of the group is me, this is the encode query if you want to add using a script:

assignment_group.managerDYNAMIC90d1921e5f510100a9ad2572f2b477fe

If you want something more specific you can provide more information. 

 

Hope that help you.