<?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: Is it possible to update a table with a drilldown value from another table's field in the same browser tab? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167622#M10315</link>
    <description>&lt;P&gt;I tryed styling it withing an HTML tag, but for some reason, it was also losing the query itself...&lt;BR /&gt;
Although I did like this:&lt;BR /&gt;
I'm going to try your snippet, see if it works with the search as well...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html&amp;gt;
&amp;lt;input token="ChannelCode" style="display:none"&amp;gt;
&amp;lt;label&amp;gt;Choosen Value&amp;lt;/label&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 01 Aug 2014 20:34:45 GMT</pubDate>
    <dc:creator>vtsguerrero</dc:creator>
    <dc:date>2014-08-01T20:34:45Z</dc:date>
    <item>
      <title>Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167613#M10306</link>
      <description>&lt;P&gt;It's kinda like a main table showing all options, when you click one, the second table shows more info about the selected row.&lt;BR /&gt;
I followed the drilldown tutorials, but I think I might be missing something with my query as follows:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;dashboard&amp;gt;
  &amp;lt;label&amp;gt;Test&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;table&amp;gt;
      &amp;lt;searchString&amp;gt;index=main | table Channel&amp;lt;/searchString&amp;gt;
      &amp;lt;drilldown&amp;gt;
        &amp;lt;link&amp;gt;
   &amp;lt;![CDATA[
    /app/multicanal/test?form.Channel=$row.Channel$&amp;amp;earliest=$earliest$&amp;amp;latest=$latest$
            ]]&amp;gt;
        &amp;lt;/link&amp;gt;
      &amp;lt;/drilldown&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;/row&amp;gt;
     &amp;lt;searchTemplate&amp;gt;Channel=$Channel$ | head 100&amp;lt;/searchTemplate&amp;gt;
     &amp;lt;earliestTime&amp;gt;-30d&amp;lt;/earliestTime&amp;gt;
     &amp;lt;latestTime&amp;gt;-0d&amp;lt;/latestTime&amp;gt;
     &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
       &amp;lt;input token="Channel"/&amp;gt;
     &amp;lt;/fieldset&amp;gt;
     &amp;lt;row&amp;gt;
       &amp;lt;table&amp;gt;
        &amp;lt;title&amp;gt;Teste&amp;lt;/title&amp;gt;
        &amp;lt;option name="count"&amp;gt;50&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
     &amp;lt;/row&amp;gt;
&amp;lt;/dashboard&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Thanks In Advance!&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 14:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167613#M10306</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T14:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167614#M10307</link>
      <description>&lt;P&gt;By the main this searchTemplate is just a test search, not acctually what I'm gonna use, the big problem is that, I'm not sure if the drilldown is passing the selected row's value to the $parameter$ token =//&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 14:21:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167614#M10307</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T14:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167615#M10308</link>
      <description>&lt;P&gt;I found the correct term for this... as googlin' aroun'... seems like it's called IN-PAGE-DRILLDOWN but my Example app doesn't have this and I can't install it because I'm not the server owner...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 14:48:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167615#M10308</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T14:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167616#M10309</link>
      <description>&lt;P&gt;What version of Splunk are you using?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 15:08:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167616#M10309</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-08-01T15:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167617#M10310</link>
      <description>&lt;P&gt;Splunk 6.1 &lt;/P&gt;

&lt;P&gt;I'm not so good with JavaScript, is it possible with Simple XML?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 15:12:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167617#M10310</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T15:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167618#M10311</link>
      <description>&lt;P&gt;See this&lt;/P&gt;

&lt;P&gt;&lt;A href="http://answers.splunk.com/answers/113562/same-page-drilldown-splunk-6-simple-xml"&gt;http://answers.splunk.com/answers/113562/same-page-drilldown-splunk-6-simple-xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 17:43:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167618#M10311</guid>
      <dc:creator>strive</dc:creator>
      <dc:date>2014-08-01T17:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167619#M10312</link>
      <description>&lt;P&gt;@&lt;STRONG&gt;strive&lt;/STRONG&gt; @&lt;STRONG&gt;somesoni2&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I've found another way through, after burnin' down my brain LOL&lt;BR /&gt;
I did this Simple XML snippet, seems working fine for me, it's updating the table correctly, now everything I need to find out is a way to &lt;STRONG&gt;Hide the text input from the drilldown and maybe hide the MORE INFO table&lt;/STRONG&gt; until user selects a row at first table...&lt;BR /&gt;
Check It Out &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Test Drilldown Query&amp;lt;/label&amp;gt;
  &amp;lt;description/&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;table&amp;gt;
      &amp;lt;searchString&amp;gt;index=main | table ChannelCode&amp;lt;/searchString&amp;gt;
      &amp;lt;drilldown&amp;gt;
        &amp;lt;link&amp;gt;
          &amp;lt;![CDATA[
    /app/test/test?form.ChannelCode=$row.ChannelCode$&amp;amp;earliest=$earliest$&amp;amp;latest=$latest$
            ]]&amp;gt;
        &amp;lt;/link&amp;gt;
      &amp;lt;/drilldown&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;searchTemplate&amp;gt;ChannelCode=$ChannelCode$ | stats count by ChannelCode&amp;lt;/searchTemplate&amp;gt;
  &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
  &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
  &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
    &amp;lt;input token="ChannelCode"&amp;gt;
      &amp;lt;label&amp;gt;Choosen Value&amp;lt;/label&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;table&amp;gt;
      &amp;lt;title&amp;gt;More Info&amp;lt;/title&amp;gt;
      &amp;lt;searchString&amp;gt;index=main ChannelCode=$ChannelCode$ | timechart count by ChannelCode&amp;lt;/searchString&amp;gt;
      &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
      &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
      &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
      &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
    &amp;lt;/table&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Aug 2014 18:19:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167619#M10312</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T18:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167620#M10313</link>
      <description>&lt;P&gt;Does anyone knows if &lt;CODE&gt;&amp;lt;input&amp;gt;&lt;/CODE&gt; tag has a property to set like isVisible="false" ?&lt;BR /&gt;
Not working here...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 19:54:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167620#M10313</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T19:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167621#M10314</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;form&amp;gt;
      &amp;lt;label&amp;gt;Test Drilldown Query&amp;lt;/label&amp;gt;
      &amp;lt;description/&amp;gt;
      &amp;lt;row&amp;gt;
        &amp;lt;table&amp;gt;
          &amp;lt;searchString&amp;gt;index=main | table ChannelCode&amp;lt;/searchString&amp;gt;
          &amp;lt;drilldown&amp;gt;
            &amp;lt;link&amp;gt;
              &amp;lt;![CDATA[
        /app/test/test?form.ChannelCode=$row.ChannelCode$&amp;amp;earliest=$earliest$&amp;amp;latest=$latest$
                ]]&amp;gt;
            &amp;lt;/link&amp;gt;
          &amp;lt;/drilldown&amp;gt;
        &amp;lt;/table&amp;gt;
      &amp;lt;/row&amp;gt;
      &amp;lt;searchTemplate&amp;gt;ChannelCode=$ChannelCode$ | stats count by ChannelCode&amp;lt;/searchTemplate&amp;gt;
      &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
      &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
      &amp;lt;fieldset autoRun="true" submitButton="false"&amp;gt;
        &amp;lt;input token="ChannelCode" id="field1"&amp;gt;
          &amp;lt;label&amp;gt;Choosen Value&amp;lt;/label&amp;gt;
        &amp;lt;/input&amp;gt;
    &amp;lt;html&amp;gt;
&amp;lt;style&amp;gt;
.input#field1
{
display:none;
}
&amp;lt;/style&amp;gt;
     &amp;lt;/html&amp;gt;
      &amp;lt;/fieldset&amp;gt;
      &amp;lt;row&amp;gt;
        &amp;lt;table&amp;gt;
          &amp;lt;title&amp;gt;More Info&amp;lt;/title&amp;gt;
          &amp;lt;searchString&amp;gt;index=main ChannelCode=$ChannelCode$ | timechart count by ChannelCode&amp;lt;/searchString&amp;gt;
          &amp;lt;earliestTime&amp;gt;$earliest$&amp;lt;/earliestTime&amp;gt;
          &amp;lt;latestTime&amp;gt;$latest$&amp;lt;/latestTime&amp;gt;
          &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
          &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
          &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
          &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
          &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;/table&amp;gt;
      &amp;lt;/row&amp;gt;
    &amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Aug 2014 20:11:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167621#M10314</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2014-08-01T20:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167622#M10315</link>
      <description>&lt;P&gt;I tryed styling it withing an HTML tag, but for some reason, it was also losing the query itself...&lt;BR /&gt;
Although I did like this:&lt;BR /&gt;
I'm going to try your snippet, see if it works with the search as well...&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;html&amp;gt;
&amp;lt;input token="ChannelCode" style="display:none"&amp;gt;
&amp;lt;label&amp;gt;Choosen Value&amp;lt;/label&amp;gt;
&amp;lt;/input&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 01 Aug 2014 20:34:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167622#M10315</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T20:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167623#M10316</link>
      <description>&lt;P&gt;I tryed styling it withing an HTML tag, but for some reason, it was also losing the query itself...&lt;BR /&gt;
Although I did like this:&lt;BR /&gt;
I'm going to try your snippet, see if it works with the search as well...&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
&lt;INPUT token="ChannelCode" style="display:none" /&gt;&lt;BR /&gt;
&lt;LABEL&gt;Choosen Value&lt;/LABEL&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;/P&gt;</description>
      <pubDate>Fri, 01 Aug 2014 20:35:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167623#M10316</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-01T20:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167624#M10317</link>
      <description>&lt;P&gt;As of Splunk 6.1, we now fully support contextual drilldown (aka, in-page drilldown) from Simple XML (no javascript or css required). There are 2 basic concepts that go into enabling this function:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;Configuring the user click event to set/unset tokens rather than link to another page&lt;/LI&gt;
&lt;LI&gt;Enable elements on the page to react to that token change (either show or hide based on the token having a value)&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;There is a description and example provided in the following docs page.&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.1.2/Viz/Understandbasictableandchartdrilldownactions#Contextual_drilldown_elements"&gt;http://docs.splunk.com/Documentation/Splunk/6.1.2/Viz/Understandbasictableandchartdrilldownactions#Contextual_drilldown_elements&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is also a good example found in the Splunk Enterprise 6.x Examples app (&lt;A href="http://apps.splunk.com/app/1603/"&gt;http://apps.splunk.com/app/1603/&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;Here is an example.  Note that the form input is not required to enable this feature, and only present to show how token binding works within dashboards.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
    &amp;lt;label&amp;gt;In-Page Drilldown with Perma-linking&amp;lt;/label&amp;gt;
    &amp;lt;fieldset submitButton="false"&amp;gt;
        &amp;lt;!--
            Create an input to store the drilldown value. It will be hidden using custom javascript when
            the dashboard is loaded.
         --&amp;gt;
        &amp;lt;input type="text" token="sourcetype" searchWhenChanged="true" /&amp;gt;
    &amp;lt;/fieldset&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;table id="master"&amp;gt;
            &amp;lt;title&amp;gt;Master&amp;lt;/title&amp;gt;
            &amp;lt;searchString&amp;gt;index=_internal | stats count by sourcetype&amp;lt;/searchString&amp;gt;
            &amp;lt;earliestTime&amp;gt;-60m@m&amp;lt;/earliestTime&amp;gt;
            &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
            &amp;lt;!-- Set the type of of drilldown, since we will always consume the same field, use row--&amp;gt;
            &amp;lt;option name="drilldown"&amp;gt;row&amp;lt;/option&amp;gt;
            &amp;lt;drilldown&amp;gt;
                &amp;lt;!-- Use set to specify the new token to be created.
                     Use any token from the page or from the click event to produce the value needed. --&amp;gt;
                &amp;lt;set token="sourcetype"&amp;gt;$row.sourcetype$&amp;lt;/set&amp;gt;
                &amp;lt;!-- If we also set the form.sourcetype the input will get updated too --&amp;gt;
                &amp;lt;set token="form.sourcetype"&amp;gt;$row.sourcetype$&amp;lt;/set&amp;gt;
            &amp;lt;/drilldown&amp;gt;
        &amp;lt;/table&amp;gt;
    &amp;lt;/row&amp;gt;
    &amp;lt;row&amp;gt;
        &amp;lt;!-- depends is the way we tell the content to only show when the token has a value.
             Hint: use comma separated values if the element requires more than one token. --&amp;gt;
        &amp;lt;chart id="detail" depends="$sourcetype$"&amp;gt;
            &amp;lt;title&amp;gt;Detail: $sourcetype$&amp;lt;/title&amp;gt;
            &amp;lt;searchTemplate&amp;gt;index=_internal sourcetype=$sourcetype$ | timechart count&amp;lt;/searchTemplate&amp;gt;
            &amp;lt;earliestTime&amp;gt;-60m@m&amp;lt;/earliestTime&amp;gt;
            &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
        &amp;lt;/chart&amp;gt;
    &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:46:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167624#M10317</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2014-08-04T16:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to update a table with a drilldown value from another table's field in the same browser tab?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167625#M10318</link>
      <description>&lt;P&gt;How can I hide table 2 ( more info ) until token $channel$ is passed thru drill down row click??&lt;/P&gt;</description>
      <pubDate>Mon, 04 Aug 2014 19:30:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-it-possible-to-update-a-table-with-a-drilldown-value-from/m-p/167625#M10318</guid>
      <dc:creator>vtsguerrero</dc:creator>
      <dc:date>2014-08-04T19:30:17Z</dc:date>
    </item>
  </channel>
</rss>

