<?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>topic Re: Global Time Picker in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/539350#M36913</link>
    <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;. it took me a while to see what you meant but I figured it out .&amp;nbsp; For anybody that might&amp;nbsp; be curious on how I implemented the code - check below.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;dashboard1&lt;/FONT&gt; is the name of the dashboard I want to go to and the string following that is the time picker value.&lt;/P&gt;&lt;P&gt;&amp;lt;link&amp;gt;&lt;FONT color="#FF6600"&gt;dashboard1&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;?form.Time_Picker.earliest=$Time_Picker.earliest$&amp;amp;amp;form.Time_Picker.latest=$Time_Picker.latest$&lt;/FONT&gt;&amp;lt;/link&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 19:02:13 GMT</pubDate>
    <dc:creator>Marco</dc:creator>
    <dc:date>2021-02-10T19:02:13Z</dc:date>
    <item>
      <title>Global Time Picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/536727#M36653</link>
      <description>&lt;P&gt;Hello Splunkers,&lt;/P&gt;&lt;P&gt;I'm developing a Splunk app with about 20 dashboards (20 XML files). Each dashboard has a time picker. The thing I have noticed is that when a user clicks on a new dashboard, the time picker resets. My question is: does Splunk have some sort of Global time picker, so that when a user selects a time value on the time picker it will follow them across multiple dashboards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached below is a brief design of my application and what I am trying to do.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Splunk App Arc.jpg" style="width: 963px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12625iDD08E6C6238AB7A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Splunk App Arc.jpg" alt="Splunk App Arc.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any suggestions is much appreciated.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 17:28:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/536727#M36653</guid>
      <dc:creator>Marco</dc:creator>
      <dc:date>2021-01-21T17:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Global Time Picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/536758#M36665</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/224853"&gt;@Marco&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are travelling between dashboards via drilldown clicks on dashboards, then you can pass the current time picker values in the URL parameters, e.g. add&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;form.time_range.earliest=$time_range.earliest$&amp;amp;form.time_range.latest=$time_range.latest$&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;to your drilldown links, along with any other url params you are passing. The above assumes your token for the time picker is called time_range.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 21:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/536758#M36665</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2021-01-21T21:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Global Time Picker</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/539350#M36913</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;. it took me a while to see what you meant but I figured it out .&amp;nbsp; For anybody that might&amp;nbsp; be curious on how I implemented the code - check below.&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;dashboard1&lt;/FONT&gt; is the name of the dashboard I want to go to and the string following that is the time picker value.&lt;/P&gt;&lt;P&gt;&amp;lt;link&amp;gt;&lt;FONT color="#FF6600"&gt;dashboard1&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;?form.Time_Picker.earliest=$Time_Picker.earliest$&amp;amp;amp;form.Time_Picker.latest=$Time_Picker.latest$&lt;/FONT&gt;&amp;lt;/link&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 19:02:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Global-Time-Picker/m-p/539350#M36913</guid>
      <dc:creator>Marco</dc:creator>
      <dc:date>2021-02-10T19:02:13Z</dc:date>
    </item>
  </channel>
</rss>

