- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 11:41 PM
Hi
We have requirement to creating a Slide show of existing dashboards. Can anyone help me in creating the same. The dashboards should change after certain time automatically. (Can be on portal or native UI)
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 12:19 PM
Simplest option:
1. Get the URLs for your dashboards (left menu on dashboard > Copy Dashboard URL)
It will have the format https://[INSTANCE].service-now.com/$pa_dashboard.do?sysparm_dashboard=[SYSID]
2. Use a browser extension (like https://chrome.google.com/webstore/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam?hl=en) to automatically build a slideshow of URLs. It supports fullscreen and has a timing configuration.
Harder option:
1. Get something like this: https://github.com/Thinkdiff/angularjs-slideshow
2. Build different pages using the "Performance Analytics" widget option (just drag a bunch of those on a page and configure each to point to a different PA report from your dashboard). You could then need to set each page as a "slide" in the code configuration from #1.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2019 12:19 PM
Simplest option:
1. Get the URLs for your dashboards (left menu on dashboard > Copy Dashboard URL)
It will have the format https://[INSTANCE].service-now.com/$pa_dashboard.do?sysparm_dashboard=[SYSID]
2. Use a browser extension (like https://chrome.google.com/webstore/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam?hl=en) to automatically build a slideshow of URLs. It supports fullscreen and has a timing configuration.
Harder option:
1. Get something like this: https://github.com/Thinkdiff/angularjs-slideshow
2. Build different pages using the "Performance Analytics" widget option (just drag a bunch of those on a page and configure each to point to a different PA report from your dashboard). You could then need to set each page as a "slide" in the code configuration from #1.