How to display Dashboard on portal.

basantsoni
Kilo Guru

Hello Friends,
I have one requirement, where I want to display dashboard visible on the Service Portal.
Can anyone please suggest me, how we can do this.

Regards,
Basant Soni

3 REPLIES 3

Sateesh Kumar 2
Kilo Guru

Hello,

Create a page and add a widget named "Report" and supply sys _id of the report to show on the page under the parameter "name" of that widget.

Regards,

Sateesh Kumar Devadoss

Deepak Negi
Mega Sage
Mega Sage

Hi

  1. Open the dashboard you want to display in the platform UI
  2. Open dashboard menu in top left and choose Copy Dashboard URL
  3. Add a HTML Widget to your Service Portal Page
  4. Hover over the Widget Instance and click the Edit icon
  5. Switch to source code view
  6. Add code:
<iframe style="overflow: hidden; height: 1000px; width: 100%;" src="URLFromStep2Here" width="100%" height="100%" frameborder="0"></iframe>

Make sure you use a relative url in the iframe src attribute, so:

 

"/$pa_dashboard.do?sysparm_dashboard=a64b7031d7201100b96d45a3ce610335"

Original Post - https://community.servicenow.com/community?id=community_question&sys_id=be0ac369db5cdbc01dcaf3231f96...

 

Thanks

Deepak

pvn
Tera Contributor

Hi @Deepak Negi 
Can we display the dashboard in fullscreen mode, I mean can we expand the width of the dashboard to fit the browser as the dashboard is displayed in backend? Also, can we hide the icons on the dashboards so the user doesn't open any other dashboard