can I run multiple dashboards

toddmilligan
Kilo Contributor

I am trying to display multiple dashboards (Incident, Request, Change, Problem) on a large screen for the team to see.   I open each one on a new tab and have the browser rotate through them.   Problem is when they refresh, they al sync back up to one dashboard.

Is there a way to run all of them with a refresh at the same time?

Any help would be appreciated.

Thanks,

1 ACCEPTED SOLUTION

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Todd,



Even though you have multiple tabs it's all still the same session, and ServiceNow just keeps track of the last page visited per session rather than per tab. I had to do something like this a while back and wrote a ui page that loaded dashboards within an iframe and looped through them every 30 seconds.


View solution in original post

3 REPLIES 3

Brad Tilton
ServiceNow Employee
ServiceNow Employee

Hi Todd,



Even though you have multiple tabs it's all still the same session, and ServiceNow just keeps track of the last page visited per session rather than per tab. I had to do something like this a while back and wrote a ui page that loaded dashboards within an iframe and looped through them every 30 seconds.


Mark Lanning
Tera Guru

A way we use our large status monitors is to open up more browsers ( not tabs ) and use freeware software called Alt-Tab to rotate them every 30 sec


JosephW1
Tera Guru

I believe there is a very simple solution.

Given your explanation of symptoms, you have a dashboard loaded but when you refresh the page it reverts to a different one, I believe you are navigating to your intended dashboard via the dashboard picker at the top of a loaded dashboard.

find_real_file.png

Try This:

  1. Navigate to any dashboard
  2. Write down the URL displayed in your browser
  3. Open the dashboard picker
  4. Select another dashboard in the dashboard picker
  5. Compare the URL in your browser to the one you wrote down

You will notice that the URLs are the same. The same happens when you click on a different tab when a dashboard is loaded - the URL doesn't change.

Your problem is simple and doesn't require any complicated admin/development-esque solutions. You have a few options.

  1. Make a favorite of your intended dashboard tabs and navigate to them via the favorites (clicking a favorite updates to the dashboard's actual URL)
  2. If all you need is the dashboard's first tab, navigate to the dashboard via the Self Service > Dashboard filter navigator link

There are other ways, but those two are likely the simplest.

Kind Regards,
Joseph