- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 05:39 AM
Hi guys,
I've created Assignment Group Filter on workspace, it should display the groups that i'm part of how to achieve this feature.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 06:18 AM
Click on 'configure values' on the Filter source. Then select related list condition and add the 'group members' related list with a condition of 'user is dynamic me' and a 'Greater than or equal to 1'. That will show you only the groups you are part of.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 05:48 AM
You should use a dynamic filter option within the condition of your reference table within the interactive filter (you could use the OOB 'one of my groups' dynamic filter option (gs.getUser().getMyGroups()).
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 06:04 AM
Let me elaborate requirement
i've already added Assignment Group Filter on workspace
so when i click on dropdown it's showing all records from Groups table, but i need only the groups that i'm part of, tried playing with configure values it's not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 06:18 AM
Click on 'configure values' on the Filter source. Then select related list condition and add the 'group members' related list with a condition of 'user is dynamic me' and a 'Greater than or equal to 1'. That will show you only the groups you are part of.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-20-2025 06:27 AM
@Mark Manders thank you,
i tried this already but i added active = true above, it's working if i remove this filter