Show and refresh report when managers of groups select their respective group's name from breakdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2023 12:01 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2023 12:42 PM
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:
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.