Hide context menu from Dashboard embedded in Service Portal

Vinicius Luz1
Tera Expert

Hello guys,

I have a dashboard embedded in a service portal page by an html widget

find_real_file.png

Works awesome and I need it to be embedded thru a html widget because it uses interactive filters that we need the end user to be able to use as well and thats why the reports belonging to this dashboard are not placed thru report widgets on this sp page...

It looks like this:

find_real_file.png

We would like these contexts menus and controls to be hidden ... Can you guys imagine a way to do it?

Thanks,

Vini

2 REPLIES 2

Mohith Devatte
Tera Sage
Tera Sage

Hello @Vinicius Luz ,

i think it is hidden code and more over when you are using iframe i think we cant hide it as iframe only brings the entire frame to the current page 

so i feel this is not possible as that code which is rendering might be hidden 

Mark my answer correct if it helps you

Jeffrey Siegel
Mega Sage

I was able to hide the header on my dashboard on the SP... the html i used in my widget is as follows:

<p><iframe style="overflow: hidden; height: 1000px; width: 100%;" src="$pa_dashboard.do?sysparm_dashboard=f78f4b77876c7d104a7764683cbb3581&amp;sysparm_header=hidden&amp;sysparm_editable=false&amp;sysparm_active_panel=false&amp;sysparm_ignore_default_filter=false&amp;embedded=true" width="100%" height="100%" frameborder="0"></iframe></p>