
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018 10:56 AM
I am trying to build a report that lists the members of a Group.
I tired using the sys_user_group table and then seeing if there was a related list to the sys_user table but that did not seem to be an option. I did try in reverse.
Is there a way to Group Users by Group they are a member of. If they are in more than one group the user would appear more than once. I would be OK to group by User and list their groups
Tx
Andrew
Solved! Go to Solution.
- Labels:
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018 10:59 AM
You need to report on the table Group Members (sys_user_grmember)
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 06:11 AM
I need to build a report for multiple users with their assignment groups. Sys_user_grmember is not helpful. Can you please suggest another option