- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2022 06:02 PM
Hi Everyone,
I am attempting to configure an interactive filter on a dashboard, which displays group names which are:
Type: contains > ITIL [AND]
Manager: is (dynamic) > Me [OR]
Group Member: is (dynamic) > Me
I have successfully got the components in green working above by using the reference table of Group [sys_user_group], but am unsure how to include the OR statement for the group member components.
Can anyone please point me in the right direction?
Thanks.
Solved! Go to Solution.
- Labels:
-
Dashboard

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 06:33 AM
Hello Dean,
Now, I understand your requirement. Thanks for the elaboration. You can keep "Group [sys_user_group]" table in Interactive filter.
I have modified "User" condition which suppose return list of groups whose I am part of. I am using Sys ID condition which will brings list of groups whose I am part of.
PFB screen shot. I hope it will help you.
Thanks & Regards,
Akshay

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 04:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 12:50 PM
Hi Akshay,
Thanks for the information.
My goal is to have a drop down list on the dashboard which allows selection of the filtered Assignment Groups to filter various reports on the page relating to Tasks, Incidents Changes and SLAs etc
I am using a Interactive Filter of type: Reference, and have set the Reference table to Group Member [sys_user_grmember] as you suggested. I am able to create the query that you specified, but the values displayed are all GUIDs and the Interactive Filter Preferences I am a setting are returning an error stating: Reference field "assignment_group" is not of type "sys_user_grmember"
Any suggestions?
Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 06:33 AM
Hello Dean,
Now, I understand your requirement. Thanks for the elaboration. You can keep "Group [sys_user_group]" table in Interactive filter.
I have modified "User" condition which suppose return list of groups whose I am part of. I am using Sys ID condition which will brings list of groups whose I am part of.
PFB screen shot. I hope it will help you.
Thanks & Regards,
Akshay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2022 12:41 PM
Hi Akshay,
Thankyou so much for your help. The filter is now working as needed.
Much appreciated!