<?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: drilldown behavior for a simpleResultsTable not working in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13463#M217</link>
    <description>&lt;P&gt;Hm.  thats very odd.  Can you paste in the search that is generating the data, as well as the XML from the SimpleResultsTable down?&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2010 08:27:24 GMT</pubDate>
    <dc:creator>sideview</dc:creator>
    <dc:date>2010-05-14T08:27:24Z</dc:date>
    <item>
      <title>drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13459#M213</link>
      <description>&lt;P&gt;I have a dashboard using some form fields/tokens to populate a few things(charts).(their "hiddenSearch" modules)&lt;/P&gt;

&lt;P&gt;I have a HiddenSearch -&amp;gt; ... -&amp;gt; SimpleResultsTable ... with a param of drilldown=all. This hiddensearch is using tokens from the form above in its searchstring.&lt;/P&gt;

&lt;P&gt;The goal is to have... when selecting a cell in the table have it open the flashtimeline with that kv pair in the search string... this is not happening.  Instead it is just passing the HiddenSearch... searchstring. (sorry a bit cryptic)&lt;/P&gt;

&lt;P&gt;Point is...No matter what cell/row/col i click on it sends the same searchstring(the one from the hiddensearch module) to the flashtimeline. Not the kv pair from the cell.&lt;/P&gt;

&lt;P&gt;thoughts?  &lt;/P&gt;

&lt;P&gt;TIA,
   Kirby&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2010 23:59:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13459#M213</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-13T23:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13460#M214</link>
      <description>&lt;P&gt;Sounds like you're already using the Advanced XML.   Do you have a copy of the 4.1 ui_examples app?   That app contains a large number of custom drilldown development examples.   If you only have the old 4.0 version it wont have any examples of course. &lt;/P&gt;

&lt;P&gt;At a guess it sounds like you dont have either a ConvertToDrilldownSearch module, or a ConvertToIntention module.    &lt;/P&gt;

&lt;P&gt;One way to get some understanding is to get a simplified dashboard,  reconfigure a panel to use an 'inline search string', set the drilldown to 'cell'  there in the simplified editing UI,  and then follow these steps to convert to advanced XML.&lt;BR /&gt;
&lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/AdvancedDashboard" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Developer/AdvancedDashboard&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The resulting advanced XML will work (although it has a couple chaff modules that you wont need like an unnecessary HiddenFieldPicker and ViewStateAdapter module) but comparing the two you might see something simple that you're missing. &lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2010 00:20:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13460#M214</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-14T00:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13461#M215</link>
      <description>&lt;P&gt;i do have the ui_examples. and i like your approach to troubleshooting. I'll adopt that.  Thanks again for the assistance. You're everywhere!&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2010 00:32:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13461#M215</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-14T00:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13462#M216</link>
      <description>&lt;P&gt;I am using a SimpleResultsTable -&amp;gt; ConvertToDrilldownSearch -&amp;gt; ViewRedirector  just like most all the examples.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2010 01:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13462#M216</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-14T01:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13463#M217</link>
      <description>&lt;P&gt;Hm.  thats very odd.  Can you paste in the search that is generating the data, as well as the XML from the SimpleResultsTable down?&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2010 08:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13463#M217</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-14T08:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13464#M218</link>
      <description>&lt;P&gt;It's similar to 'index=summary_index val1=$val1token$ val2=$val2token | stats values(val1) as name1, values(val2) as name2 by name2    ... something to that extent. The dashboard is using an inverted flow ... form fields up top... click button... filter the resulting chart and graph below.&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 00:39:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13464#M218</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-15T00:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13465#M219</link>
      <description>&lt;P&gt;When i select a cell in the table... it pushes entire hiddensearch search string with the tokens... instead of including the cell key=value.  &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 00:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13465#M219</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-15T00:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13466#M220</link>
      <description>&lt;P&gt;It also happens within the flashtimeline view. If i type in that query in the flashtimeline... and select a cell .. it opens a new window of the flashtimeline view with the root query (search string prior to the first pipe)  ... again w/o the cell value selected.&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 01:03:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13466#M220</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-15T01:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13467#M221</link>
      <description>&lt;P&gt;I recreated it in the sample index. it looks like its related to the fact that the cell created is a stat value...&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 01:29:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13467#M221</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-15T01:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13468#M222</link>
      <description>&lt;P&gt;i posted a new question &lt;A href="http://answers.splunk.com/questions/2555/drilldown-whilst-using-a-search-w-stats-values"&gt;http://answers.splunk.com/questions/2555/drilldown-whilst-using-a-search-w-stats-values&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 02:27:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13468#M222</guid>
      <dc:creator>hiddenkirby</dc:creator>
      <dc:date>2010-05-15T02:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown behavior for a simpleResultsTable not working</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13469#M223</link>
      <description>&lt;P&gt;Actually, can you paste the exact search you're running into this question?   the values(val1) values(val2) is very odd.  Any reason you're not just getting a set of unique combinations with "stats count by val1 val2"&lt;/P&gt;</description>
      <pubDate>Sat, 15 May 2010 06:18:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-behavior-for-a-simpleResultsTable-not-working/m-p/13469#M223</guid>
      <dc:creator>sideview</dc:creator>
      <dc:date>2010-05-15T06:18:52Z</dc:date>
    </item>
  </channel>
</rss>

