- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:49 AM
Hello,
Hopefully this is an easy one, we've found a workaround but its not optimal and sets us up for future failure and figured I'd use this as a learning opportunity.
I have the change_request table that we're creating a report for. We're looking to filter the table to only lists users that belong to a certain group (lets call it Pie Eaters). The group isn't an assigned group/division/department or anything like that but it does exist in the Group table.
Is there a way to call that list into the conditions form? I had asked in the Slack forum and someone suggested copying the query of the group which I did but don't know where to place it on here.
I also may just be misinterpreting what they meant. I'm not too familiar with building querys so any insight on that would be helpful as well. 😅
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 04:44 PM - edited 06-18-2024 04:44 PM
Hello @STRNow
Yes, you can achieve this. By calling the script include in conditions.
Try something like below screenshot:
Assuming Requested by should be a part of "Pie Eaters" group so for this you can query the group members in script include method and call it in your condition.
Make sure client callable is checked in script include.
Let me know if you need any help.
(=tested)
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2024 09:54 AM
Hey Amit,
I'm just looking to filter the change requests for a dashboard that requires me to list change requests assigned to users that belong to a certain group. We've found a workaround, but it's not foolproof and if the manager leaves then this will break. I'm trying to set a better plan in place and have it filter by the name of their group rather than relying on a variable that can change in the future such as Manager.