
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 01:07 PM
I am trying to build a query for all reports shared with any given user or group. I am unsure where this data is stored.
I have discovered that the sys_report table's "User" field is set to GLOBAL if the report is shared globally, group if shared to groups or users, and to the creator's user sysid if not shared. However, I am unable to query which users or groups via that field and I have been unable to find a field in the sys_report table that seems to house the values of which users or groups the report is shared with.
Please, which table(s) and field(s) house the information I am looking for? Thank you so much!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 01:10 PM
It is the sys_report_users_groups table's "User ID" field. Thank you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-03-2019 01:10 PM
It is the sys_report_users_groups table's "User ID" field. Thank you.