How to display Dashboard on portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2020 10:24 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2020 11:41 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-16-2020 05:28 AM
Hi
- Open the dashboard you want to display in the platform UI
- Open dashboard menu in top left and choose Copy Dashboard URL
- Add a HTML Widget to your Service Portal Page
- Hover over the Widget Instance and click the Edit icon
- Switch to source code view
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2025 11:07 PM
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