
- 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
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
04-30-2018 01:24 PM
Thank you guys, this was what I was looking for
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2024 10:37 AM
Thank you very, very much. This was super helpful to a recent customer.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2018 11:02 AM
User and Group reside in the table sys_user_grmember. It has the exact data that you may be looking for.