I need to identify groups where the group manager is NOT a group member
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 01:28 PM
Hello All,
I'm trying to retrieve a list of all groups where the group manager is not a member of the group. However, I am unable to get this done.
I even came across below solution from the community, but it's not working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 01:45 PM
Hello! The script shown in the other post should work. Can you share what you're trying?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 04:50 AM
Below are my script include and filter that was ran using the script include name.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2025 07:25 AM - edited 05-20-2025 07:25 AM
Thanks for the follow up. You'd want to create a report on the "sys_user_group" table because those are the sysIDs being returned. Additionally, you can do what @sunil maddheshi mentioned to make sure the script is properly returning sysIDs as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2025 02:06 PM
Hi Chaz,
What is the next step after creating the script? I created a report on sys_user_grmember but no result.