<?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: Dynamic Drilldown value to the time input type in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142168#M8577</link>
    <description>&lt;PRE&gt;&lt;CODE&gt;?form.testtime_tok.earliest=$row._time$&amp;amp;form.testtime_tok.latest=$row._time$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should do the trick.&lt;/P&gt;</description>
    <pubDate>Fri, 13 Feb 2015 01:42:38 GMT</pubDate>
    <dc:creator>ramdaspr</dc:creator>
    <dc:date>2015-02-13T01:42:38Z</dc:date>
    <item>
      <title>Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142167#M8576</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Hey Experts,

We are using dynamic drilldown on a table which passes certain values to another dashboard. We want to pass the timestamp/time from the source table to the destination form element. It works if i have a custom input like textbox or dropdown. We want it to pass the value to time preset dropdown (input type="time"). Is it possible?

some thing like 
On source Dashboard:
&amp;lt;drilldown&amp;gt;
&amp;lt;link&amp;gt;..../?form.time_input_tok = $row._time$
&amp;lt;drilldown&amp;gt;

On Destination dashboard
&amp;lt;fieldset&amp;gt;
&amp;lt;input type=time token="time_input_tok" searchWhenChanged="true"&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;/fieldset&amp;gt;

On click, that splunk's time dropdown should get the row _time value. Thanks in advance

Raghav
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 11 Feb 2015 16:25:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142167#M8576</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-02-11T16:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142168#M8577</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;?form.testtime_tok.earliest=$row._time$&amp;amp;form.testtime_tok.latest=$row._time$
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;should do the trick.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Feb 2015 01:42:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142168#M8577</guid>
      <dc:creator>ramdaspr</dc:creator>
      <dc:date>2015-02-13T01:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142169#M8578</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;Nope, tried that and it's not passing the values
Example: i have a table with time stamp "2015-02-04" and value "25" for the field Score on row x. If user clicks on 25, i want it to pass "2015-02-04 00:00:00" as earliest time and "2015-02-04 23:59:59" as latest time. 

Any advice?
Thanks,
Raghav
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Feb 2015 13:39:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142169#M8578</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-02-16T13:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142170#M8579</link>
      <description>&lt;P&gt;AFAIK there isnt a straightforward way to achieve that.&lt;/P&gt;

&lt;P&gt;The only way I can think of is to have a hidden query on the taget dashboard which accepts this row date as a token and then using eval statements to create the 00:00:00 earliest and 23:59:59 time for latest property on the time dropdown.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 00:02:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142170#M8579</guid>
      <dc:creator>ramdaspr</dc:creator>
      <dc:date>2015-02-17T00:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142171#M8580</link>
      <description>&lt;P&gt;Can give me an example of usage? Appreciate your help.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
Raghav&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 00:26:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142171#M8580</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-02-17T00:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142172#M8581</link>
      <description>&lt;P&gt;Ah sorry, that comment was well before I had my morning coffee so it wasnt very useful.&lt;/P&gt;

&lt;P&gt;Since it isnt possible to set tokens via eval, it is probably the best to create two additional column in your source dashboard table to create a values for "2015-02-04 00:00:00" and "2015-02-04 00:00:00" and then pass those values to the destination dashboard.&lt;/P&gt;

&lt;P&gt;You can simply eval et=_time." 00:00:00" | eval lt=_time." 23:59:59" to create two fields which have the required offset and then pass the $row.et$ and $row.lt$ tokens on to the destination dashboard.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 18:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142172#M8581</guid>
      <dc:creator>ramdaspr</dc:creator>
      <dc:date>2020-09-28T18:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Drilldown value to the time input type</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142173#M8582</link>
      <description>&lt;P&gt;I will give it a try....i might have to tweak the millis or directly add 86400 to the lt...Appreciate your help&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2015 02:32:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dynamic-Drilldown-value-to-the-time-input-type/m-p/142173#M8582</guid>
      <dc:creator>Raghav2384</dc:creator>
      <dc:date>2015-02-17T02:32:37Z</dc:date>
    </item>
  </channel>
</rss>

