Drill Down Report widget in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2019 12:12 AM
Hi!
When using a report in the OOTB widget 'Report' (for example a pie chart, bar chart etc) when you click on the report it takes you to Backend List for the table. Is it possible to configure the widget so when clicking the last drilldown, instead of taking you to backend instead view the list in Serviceportal (id=list)
For users with no roles in the system it takes them to the List view in SP, but for users with roles it goes to backend.
I would like it to always land in the SP Listpage.
I think I would have to do a clone on the report widget and configure it, but I wonder how?
Anyone know how to do it?
Regards
Anders

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2019 08:36 AM
I don't think so. Widget is only displaying report and link is inside a report generated by system. So unless there is setting for reports it won't be possible on widget.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2020 09:21 PM
Hi andersbogsjo,
I have the same requirement but I'm not getting any pointer to do the same.
Have you got the solution for this requirement or any workaround to get it done. It would be great if you can share your finding on the same requirement.
Thanks & Regards,
Abhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2020 09:51 PM
There is a work around.
Instead of using OOB reports widget, create a widget which uses iframe
example:
<iframe class="frame" src="sys_report_display.do?sysparm_report_id=<sys_id>"></iframe>
But iframe has its own drawbacks.
Please consider them as well before going forward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2020 10:35 PM
Hi TM,
Thank you for the workaround. I tried it and it works fine only thing it is opening the same native UI on clicking on the Pi chart or Bar graph in iframe. We want to redirect on the servicenow List page.
Thanks & Regards,
Abhi