I want groups which are not having users
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 12:05 PM
I want to generate and report for those groups
Thank you
Chandan
Chandan
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2025 12:28 PM
Hi,
There is no direct way. You can create a database view and join sys_user_group and sys_user_grmember table with left join true on sys_user_grmember table. Now you can create a report with sys_id of sys_user_grmember table is blank
Thank you,
Palani
Palani