Can interactive filters be added to portal

Veenal1
Giga Contributor

Hi , 

 

we wanted to add interactive filter to portal .. can we do that .. if yes how ?

 

Thanks,

Veenal

1 REPLY 1

Marcos Kassak
Kilo Sage
Kilo Sage

Hi @Veenal1,

 

That would require customization, the workaround if it's a must-have requirement for you:

 

You could simply create a new widget, and in the HTML add up an iframe loading your existing dashboard with filters:

 

<p><iframe style="overflow: hidden; height: 1000px; width: 100%;" src="$pa_dashboard.do?sysparm_dashboard=<SYS_ID_OF_YOUR_DASHBOARD" width="100%" height="100%" frameborder="0"></iframe></p>

 

Just remember to replace the SYS_ID_OF_YOUR_DASHBOARD in there, and let me know.

 

If my response helps to solve your issue. Kindly mark it as helpful & correct. It will be helpful for future readers! 👍

Thanks,


Marcos Kassak
The world works with ServiceNow!