Service Portal - Interactive filter on page for report widgets

Not applicable

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

 

 

find_real_file.png

8 REPLIES 8

rahulraj06
Tera Guru

Hi Angel,

We have a similar requirement. Were you able to find a way to add interactive filters in Portal ?

 

Thanks

Same here... I would be interested in a solution to achieve this requirement.

Divya D
Tera Contributor

I have an similar requirement. Did u find any solution for adding interactive filters in portal?

Not applicable

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>