- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 10:43 AM
Hello All,
I am trying to share dashboard of a user with their group members, but share button is not visible in our instance. Is there any setting we need to do for share icon to get visible.
Thanks in advance.
Solved! Go to Solution.
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2019 07:44 AM
Do you have an adBlocker installed in your browser?
Try to disable it on ServiceNow.
In my case uBlock Origin in Chrome removed the share button in dashboards.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 11:49 AM
You have no acl for dashboards? "pa_dashboards", because my personal developer instance, which I try to keep as OOB as possible, has 25 alone for this table. Are you saying you all don't have any?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 11:59 AM
I thought ACL which restricts us to share. yes we have ACL for dashboards(read,write,create,delete)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 12:07 PM
Are you able to see the share icon on another dashboard? Can you check?
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 12:11 PM
no not in prod and test either. those are in london version. recently we upgraded our dev instance to madrid. I thought it might be upgrade issue. but when i have tested on test and prod its the same(no share icon available)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2019 12:25 PM
<button title="" ng-if="canShareSelectedDashboard" type="button" tabindex="0" aria-label="Sharing" aria-pressed="true" aria-controls="snLiveRegionInfo" class="btn btn-icon icon-share side-bar-btn sn-tooltip-basic ng-scope state-active" data-panel="shareOptionsSideContent" data-original-title="Sharing"></button>
When inspecting the element, that's the IF statement for when this button would show up.
Can you see if maybe you all have a display Business Rule for the pa_dashboard table?
I mean...I'm nearing the end of what I think could be going on as there's not a way normally I see to disable this across the board unless somehow there's some DOM manipulation going on that someone is doing to forcefully hide that button/element...maybe in a display BR for the dashboard table.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!