<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: can I run multiple dashboards in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399184#M56110</link>
    <description>&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;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.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Jan 2016 15:46:16 GMT</pubDate>
    <dc:creator>Brad Tilton</dc:creator>
    <dc:date>2016-01-21T15:46:16Z</dc:date>
    <item>
      <title>can I run multiple dashboards</title>
      <link>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399183#M56109</link>
      <description>&lt;P&gt;I am trying to display multiple dashboards (Incident, Request, Change, Problem) on a large screen for the team to see. &amp;nbsp; I open each one on a new tab and have the browser rotate through them. &amp;nbsp; Problem is when they refresh, they al sync back up to one dashboard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to run all of them with a refresh at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2016 14:28:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399183#M56109</guid>
      <dc:creator>toddmilligan</dc:creator>
      <dc:date>2016-01-21T14:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: can I run multiple dashboards</title>
      <link>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399184#M56110</link>
      <description>&lt;P&gt;Hi Todd,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;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.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jan 2016 15:46:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399184#M56110</guid>
      <dc:creator>Brad Tilton</dc:creator>
      <dc:date>2016-01-21T15:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: can I run multiple dashboards</title>
      <link>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399185#M56111</link>
      <description>&lt;P&gt;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 &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Mar 2016 19:29:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399185#M56111</guid>
      <dc:creator>Mark Lanning</dc:creator>
      <dc:date>2016-03-28T19:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: can I run multiple dashboards</title>
      <link>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399186#M56112</link>
      <description>&lt;P&gt;I believe there is a very simple solution.&lt;/P&gt;
&lt;P&gt;Given your explanation of symptoms, &lt;STRONG&gt;you have a dashboard loaded but when you refresh the page it reverts to a different one&lt;/STRONG&gt;, I believe you are navigating to your intended dashboard via the dashboard picker at the top of a loaded dashboard.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/139454iC29CB32218E76C27/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Try This:&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;Navigate to any dashboard&lt;/LI&gt;&lt;LI&gt;Write down the URL displayed in your browser&lt;/LI&gt;&lt;LI&gt;Open the&amp;nbsp;&lt;STRONG&gt;dashboard picker&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Select another dashboard in the&amp;nbsp;&lt;STRONG&gt;dashboard picker&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;Compare the URL in your browser to the one you wrote down&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;Your problem is simple and doesn't require any complicated admin/development-esque solutions. You have a few options.&lt;/P&gt;
&lt;OL&gt;&lt;LI&gt;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)&lt;/LI&gt;&lt;LI&gt;If all you need is the dashboard's first tab, navigate to the dashboard via the&amp;nbsp;&lt;STRONG&gt;Self Service &amp;gt; Dashboard&amp;nbsp;&lt;/STRONG&gt;filter navigator link&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;There are other ways, but those two are likely the simplest.&lt;/P&gt;
&lt;P&gt;Kind Regards,&lt;BR /&gt;Joseph&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2020 18:04:00 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/can-i-run-multiple-dashboards/m-p/1399186#M56112</guid>
      <dc:creator>JosephW1</dc:creator>
      <dc:date>2020-06-05T18:04:00Z</dc:date>
    </item>
  </channel>
</rss>

