- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2019 06:43 AM
I am working with ServiceNow data with a third party reporting tool and trying to JOIN the sys_user & sys_user_grmember tables. I want to return the group name, member name, member email, etc. I was thinking of using the [name] field, but that is not unique. Are there other keys I should be using?
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2019 08:12 AM
user field on the sys_user_grmember table is a reference field to sys_user table. It will return sys_id in the result.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2019 07:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2019 07:28 AM
I cant see the WHERE clause working because the grmem.user field represents an actual full name of a person AND the usr.sys_id field is an alphanumeric string. They will not be equal to each other, no?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2019 08:12 AM
user field on the sys_user_grmember table is a reference field to sys_user table. It will return sys_id in the result.
Please mark my response as correct and helpful if it helped solved your question.
-Thanks

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2019 11:45 AM