Remove drill down list view from report on dashboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2018 01:18 AM
Hello experts,
We have a report on our service portal which points to a table which is admin only. When our customer clicks into the graph it says they dont have the relevant access etc.
Is there a way to remove this drill down view and make the graph read only?
- Labels:
-
Dashboard
-
Performance Analytics
-
Reporting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2020 11:53 PM
Hey Andrew,
One way to do this is to define pointer-events in the Theme.
.report_content {
pointer-events: none;
}
This will disable the click event on the reports and prevent the drill down.
Other ways are doing the same thing on the report page or in each widget instance.
Please mark correct and helpful if this helps.
Thanks
Swapnil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 07:59 PM
Hello Good morning.
May i please know exactly where will this go code go?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-16-2020 11:06 PM
Hey Good Morning,
This is used in the report widget. Inside report widget in the CSS section.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-15-2020 04:29 AM
Hi andrew thanks for the helpful. I wanted to say that if this helps you and your issue is solves then please mark correct and close the thread so other can use it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 06:50 AM
If the above solution does not do the trick for you (I did not have the remove button on my drilldown report), all the drilldown type reports are stored in the sys_report_drill table. You can also add a related list to show which report this drilldown belongs to.
/Per