How to show dashboard on portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2020 09:04 PM
And When we use Interactive filter?
Thanks,
Jason.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2020 09:07 PM
We have report widget in service portal use this for creating a dashboard. You can use this widget as many times as you want.
Configure each widget on same page & add various reports on it.
Interactive filters are used to interact with dashboards. Like you want all reports to be adjusted according to location for example you have option to choose the location & all the reports which are following I teractive filter will be adjusted according to interactive filter.
For more info:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2020 09:23 PM
Hey Jason,
- 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"
rather than:
Play around with the height CSS property, the longer your Dashboard, the higher the height value will need to be to avoid the iframe scrolling
Also go through:
Interactive Filters:
Interactive Filters allow you to filter report widgets directly from a homepage or dashboard without modifying the reports.
You can create an interactive filter and add it to a homepage or dashboard as a widget. Selecting a value in the Interactive Filter widget filters the data in report widgets on the homepage or dashboard. On dashboards, selected filters are saved for each user and applied automatically next time that user views the dashboard.
Interactive filters on homepages do not retain default values or retain values across logins or page refreshes. This functionality is available on dashboards. For more information, see Create a dashboard version of a homepage.
For More details Refer:
Mark Correct and Helpful if it helps!!!
Best Regards,
Namrata.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2020 09:44 PM
Hi,
use below link
Mark this answer as correct and helpful if helps.
Thanks,
Manjusha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2020 11:13 PM
Hey Jason,
Is you issue get resolved or do you require further information regarding it?
Kindly Mark Correct and Helpful if my answer helped you!!!
Best Regards,
Namrata.
Best Regards,
Namrata.