- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 06:39 AM - edited 10-04-2023 06:40 AM
- Context: -
'sys_report_users_groups' is the system table where a record exist for instance of a Group or User that a Report is shared with.
E.g.
"Report X" is shared with "Group I" and "User P" -- therefore there is a sys_report_users_groups record for "Report X" being shared to "Group I" and another sys_report_users_groups record for "Report X" being shared with "User P".
This can be observed in the attached [PFA-0] snip.
- Issue: -
My issue is I cannot find a system table to account for the Groups or Users that Dashbaords are shared with.
Does anyone know which system table holds records accounting for this?
E.g. [PFA-1] attached
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 10:45 PM
Hi @PB7 ,
You should look at pa_dashboards_permissions
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2023 10:45 PM
Hi @PB7 ,
You should look at pa_dashboards_permissions
If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-05-2023 08:21 AM
Brilliant -- that's the one! Thanks so much Anders.