The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Creating a slide show of multiple dashboards

Siddhant_J
Giga Contributor

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) 

1 ACCEPTED SOLUTION

Erik Stolberg
Tera Guru

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.

View solution in original post

1 REPLY 1

Erik Stolberg
Tera Guru

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.