Is that posible to hide reports widget in "Workspace Dashbaord".?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi All,
I have a custom application that includes a workspace. In that workspace, there is a dashboard with multiple reports.
My requirement is to hide one particular report for all users except those in one specific group. Is that possible?
Example:
I want to hide the "Unassigned Tasks" report to all other then one group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
Hi @ramesh_r
Yes, it’s possible, but not directly from the dashboard widget itself. Workspace dashboards don’t support per-widget visibility rules, so whatever is on the dashboard will load unless the user fails the permission check on the underlying report.
The cleanest way to handle this is through ACLs on the report:
Open the report used in the widget
Add or update a report_view ACL so only your specific group has read access
Users who don’t meet the ACL conditions won’t be able to load the report → the widget effectively disappears for them in Workspace
Workspace handles this nicely, if a user cannot read the underlying report, the widget simply doesn’t render.
Useful reference:
ACL behavior on reports and dashboards:
https://www.servicenow.com/docs/bundle/zurich-now-intelligence/page/use/reporting/concept/report-vie...
Hope this helps and if it does, feel free to mark it helpful or accept the solution.
- Ankit
