- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020 08:47 AM
Hi,
We have reports that need to be shared with users in order for them to be run, or seen in dashboards. When we share the reports, the user has the ability to modify them. Is there a way to create a read only report that can be viewed by a user but not modified? The users in question may have to modify other reports.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020 08:52 AM
Hi Robert,
In the top right hand corner of the dashboard, there is a box with an arrow pointing up, select this and click "Add groups, users and roles".
You can choose to share with a group, user, or role. Once here, there is a drop down list at the bottom where you can select the level of permission you want to grant.
In your case, select "Can view".
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020 09:01 AM
Hi Robert,
this link should help you more on this;
You can also try to achieve this using ACL on sys_report table
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2020 11:03 AM
Hello,
The way that you can resolve this is by looking at the Roles that the users have.
If the user simply had 'itil or report_user, then they could see the report, but they would not be able to edit the report. If they have let's say report_group then they would be able to edit the report. If you give a user the report_user role, but they are apart of a group that has let's say report_group assigned to it, then they would still be able to edit the report.
The way to accomplish what you want is to make sure the user only has the report_user role. They will be able to see the report, but not edit it.
Hope this helps,