Service Portal - Interactive filter on page for report widgets
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2021 09:07 AM
Hi,
I have a requirement to publish reports in a Service Portal and wanted it to use interactive filter. I have a dashboard and homepage where I could include interactive filters but how can I do so in a " Service Portal Pages"?
Below is a Service portal page that I have. I want to add some functionality where the user can select a date range and the widgets will filter the data accordingly.
Please help. Thank you
- Labels:
-
Reporting
- 5,140 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2022 09:04 PM
Hi Angel,
We have a similar requirement. Were you able to find a way to add interactive filters in Portal ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2022 04:51 AM
Same here... I would be interested in a solution to achieve this requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 05:15 AM
I have an similar requirement. Did u find any solution for adding interactive filters in portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2022 05:25 AM
Hi Divya -
I ended up creating a dashboard with interactive filters. In Service Portal, I used HTML widget and iframe code to publish the dashboard
Here is my sample HTML source code to publish the dashboard. Change the sys_id parameter (sysparm_dashboard) for the dashboard to the dashboard sys_id of the one you will be creating.
<p><iframe style="overflow: hidden; height: 1000px; width: 100%;" src="$pa_dashboard.do?sysparm_dashboard=df6585a31ba960507f67964ead4bcbfc" width="100%" height="100%" frameborder="0"></iframe></p>
