Interactive Filters - Assignment Group, Assigned To
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 06:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 06:38 AM
hello
you can refer this link on how to create it .
You need to create a reference type interactive filter which is on sys_user_group table
Hope this helps
please mark my answer correct if this helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 06:45 AM
Hi
You have to create a reference filter with multiple input selection in the sys_user_groups table as reference table.
However if you want to show the users based on groups you may have to use a cascading interactive filter in place of reference filter.
Regards,
Maharshi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 07:24 AM
yes this worked, but how to use cascading interactive filter to get users
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2022 07:49 AM
Hi,
For cascading filter you have to use sys_user_grmember table .
Then you need to create a cascading filter to show the groups.Cascading filter will come as a related list after you same the filter details first
And then you need to create another cascading filter to show the members.
However this will aloo you to select only single group/member at a time. So it is better to create 2 reference filter one for group and other for user.
*Please mark the answer/helpful if it works
Regards,
Maharshi