<?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 using chart clicks but also need all values in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422963#M121431</link>
    <description>&lt;P&gt;Hi @gcusello,&lt;/P&gt;

&lt;P&gt;It did not work. Something is missing in eval. &lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 12:40:36 GMT</pubDate>
    <dc:creator>mbasharat</dc:creator>
    <dc:date>2019-08-01T12:40:36Z</dc:date>
    <item>
      <title>Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422957#M121425</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Something eiher I forgot or not getting right. I have a chart. See attached. When I click on the EVENTYPE value in chart, my additional stats table picks up search based off of the value clicked in chart and it is working fine.&lt;/P&gt;

&lt;P&gt;Issue is:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;I need default results to be ALL values. &lt;/LI&gt;
&lt;LI&gt;When user clicks on EVENTTYPE in chart, user should get the selected results based off of value clicked in chart. I do not want to use drop down etc. it needs to be chart clicks. &lt;/LI&gt;
&lt;LI&gt;Also need to know how to switch back to all after above selection?&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;My simple selection search is:&lt;/P&gt;

&lt;P&gt;| search USERID="$userid$" AND EVENTTYPE="$eventtype$"&lt;/P&gt;

&lt;P&gt;Above SPL keeps saying "search waiting for input" and like I said, need default to be all, when clicked, show selective results and then need to switch back to all again.&lt;/P&gt;

&lt;P&gt;Thanks in- advance!!!!&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7434i60676A2C2F403EB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 14:57:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422957#M121425</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-07-31T14:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422958#M121426</link>
      <description>&lt;P&gt;Hi mbasharat,&lt;BR /&gt;
let me understand: &lt;BR /&gt;
in your dashboard do you have one or two panels?&lt;BR /&gt;
if one panel, you have a drilldown clicking on the eventtype (user or assessment)&lt;BR /&gt;
if two panels, you have one panel with users and one with eventtypes and you want to drilldown from both the panels in one dashboard but you have two parameters.&lt;/P&gt;

&lt;P&gt;If you have one panel I don't understand your question, if you have two panels, you have to put in the drilldown command also the other parameter=*, in other words:&lt;BR /&gt;
in the eventtype panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
     &amp;lt;link&amp;gt;secondary_dashboard?eventtype=$click.name2$&amp;amp;amp;user=*&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the user panel&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
     &amp;lt;link&amp;gt;secondary_dashboard?eventtype=*&amp;amp;amp;user=$click.name2$&amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422958#M121426</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-07-31T15:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422959#M121427</link>
      <description>&lt;P&gt;Hi @ gcusello,&lt;/P&gt;

&lt;P&gt;See sample dashboard code below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Test Dashboard&amp;lt;/label&amp;gt;
  &amp;lt;search id="zipcodematch" ref="Zipcode Match Report"&amp;gt;&amp;lt;/search&amp;gt;
  &amp;lt;fieldset autoRun="false" submitButton="true"&amp;gt;
    &amp;lt;input type="dropdown" searchWhenChanged="true" token="userid"&amp;gt;
      &amp;lt;label&amp;gt;User ID&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
      &amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
      &amp;lt;search base="zipcodematch"&amp;gt;
        &amp;lt;query&amp;gt;| stats dc(USERID) AS  count BY USERID
| fields USERID
| sort USERID Asc&amp;lt;/query&amp;gt;
      &amp;lt;/search&amp;gt;
      &amp;lt;fieldForLabel&amp;gt;USERID&amp;lt;/fieldForLabel&amp;gt;
      &amp;lt;fieldForValue&amp;gt;USERID&amp;lt;/fieldForValue&amp;gt;
    &amp;lt;/input&amp;gt;
  &amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Count by EVENTTYPE&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search base="zipcodematch"&amp;gt;
          &amp;lt;query&amp;gt;| search USERID="$userid$"
| stats count by EVENTTYPE
| sort count Desc&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.axisLabelsX.majorLabelStyle.rotation"&amp;gt;-45&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleX.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisTitleY.visibility"&amp;gt;collapsed&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.axisY.scale"&amp;gt;log&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.showDataLabels"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.chart.sliceCollapsingThreshold"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.legend.placement"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="height"&amp;gt;225&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.exportResults.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.inspectSearch.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.openPivot.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.openSearch.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.link.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="eventtype"&amp;gt;$row.EVENTTYPE$&amp;lt;/set&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Report Data&amp;lt;/title&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search base="zipcodematch"&amp;gt;
          &amp;lt;query&amp;gt;| search USERID="$userid$" AND EVENTTYPE="$eventtype$" 
| stats count BY USERID, EVENTTYPE
| fields - count&amp;lt;/query&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;10&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.exportResults.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.inspectSearch.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.openPivot.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="link.openSearch.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.link.visible"&amp;gt;0&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;true&amp;lt;/option&amp;gt;
        &amp;lt;format type="color" field="RETURNCODE"&amp;gt;
          &amp;lt;colorPalette type="map"&amp;gt;{"SUCCESS":#53A051,"UNSUCCESSFUL":#BA2B04,"Unknown":#00DDFF}&amp;lt;/colorPalette&amp;gt;
        &amp;lt;/format&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:32:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422959#M121427</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-07-31T15:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422960#M121428</link>
      <description>&lt;P&gt;Hi mbasharat,&lt;BR /&gt;
let me understand: &lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt; you have a drilldown for users that you use in only the first panel, not in the second one;&lt;/LI&gt;
&lt;LI&gt;then clicking on the first panel, you choose an eventtype and you want to search with the clicked eventtype and all users, not the selected one, &lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;is it correct?&lt;/P&gt;

&lt;P&gt;if this is your request, in the second panel's search put &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| search USERID="*" AND EVENTTYPE="$eventtype$" 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:52:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422960#M121428</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-07-31T15:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422961#M121429</link>
      <description>&lt;P&gt;The drilldown for User is used in both EVENTTYPE chart panel as well as Report Data panel.&lt;BR /&gt;
I want the report data panel not to give me "search waiting for input" and waiting for me to click an EVENTTYPE from pie chart in first panel.&lt;BR /&gt;
I want the Report Data panel to be showing results from all EVENTTYPE as default and then if I click on a specific EVENTTYPE in chart above, should display on that EVENTTYPE results.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 16:05:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422961#M121429</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-07-31T16:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422962#M121430</link>
      <description>&lt;P&gt;Hi mbasharat,&lt;BR /&gt;
Ok, probably I understood, &lt;BR /&gt;
you should modify the second panel search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| eval my_param="all"
| eval my_param=if(my_param="all","*","$eventtype$")
| search USERID="$userid$" AND EVENTTYPE=my_param 
| stats count BY USERID, EVENTTYPE
| fields - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I cannot test it, but it should run.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 17:46:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422962#M121430</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-07-31T17:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422963#M121431</link>
      <description>&lt;P&gt;Hi @gcusello,&lt;/P&gt;

&lt;P&gt;It did not work. Something is missing in eval. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 12:40:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422963#M121431</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-08-01T12:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422964#M121432</link>
      <description>&lt;P&gt;Hi mbasharat,&lt;BR /&gt;
it's hard without testing, anyway try:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; | eval my_param="*"
 | eval my_param=coalesce("$eventtype$",my_param)
 | search USERID="$userid$" AND EVENTTYPE=my_param 
 | stats count BY USERID, EVENTTYPE
 | fields - count
 | eval my_param=if(my_param="all","*","$eventtype$")
 | search USERID="$userid$" AND EVENTTYPE=my_param 
 | stats count BY USERID, EVENTTYPE
 | fields - count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:14:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422964#M121432</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2019-08-01T14:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422965#M121433</link>
      <description>&lt;P&gt;@mbasharat I think what you are looking for is to have drilldown token pre-populated with &lt;CODE&gt;*&lt;/CODE&gt; to display all the values and on drilldown from chart you want to set the same to specific value.&lt;/P&gt;

&lt;P&gt;You can use &lt;CODE&gt;&amp;lt;init&amp;gt;&lt;/CODE&gt; section in Simple XML Dashboard (version 6.5 and above) for this. Also you would still need some way to reset the filter to &lt;CODE&gt;*&lt;/CODE&gt; for All values as the same will not be available in your chart. Please refer below to a run anywhere example that does this using &lt;CODE&gt;&amp;lt;init&amp;gt;&lt;/CODE&gt; section and &lt;CODE&gt;Link List&lt;/CODE&gt; input.&lt;/P&gt;

&lt;P&gt;The screenshot below has first snippet is where All is drilldown value by default or on reset and second snippet is specific drilldown from Pie Chart to Timechart below (by clicking on Specific Pie Slice, in this example INFO).&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/7433i6371B0C80573427D/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Following is the complete Simple XML code for above example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
  &amp;lt;label&amp;gt;Pie Chart Drilldown with Default Token&amp;lt;/label&amp;gt;
  &amp;lt;init&amp;gt;
    &amp;lt;set token="component"&amp;gt;*&amp;lt;/set&amp;gt;
    &amp;lt;set token="componentLabel"&amp;gt;All&amp;lt;/set&amp;gt;
    &amp;lt;unset token="tokShowResetButton"&amp;gt;&amp;lt;/unset&amp;gt;
  &amp;lt;/init&amp;gt;
  &amp;lt;fieldset submitButton="false"&amp;gt;&amp;lt;/fieldset&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Click Pie Chart to Drilldown with specific log_level&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd
|  stats count by log_level&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
          &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;pie&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;drilldown&amp;gt;
          &amp;lt;set token="component"&amp;gt;$click.value$&amp;lt;/set&amp;gt;
          &amp;lt;set token="componentLabel"&amp;gt;$click.value$&amp;lt;/set&amp;gt;
          &amp;lt;set token="tokShowResetButton"&amp;gt;&amp;lt;/set&amp;gt;
        &amp;lt;/drilldown&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;Show Component drilldown details for $componentLabel$ log_level&amp;lt;/title&amp;gt;
      &amp;lt;chart&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;index=_internal sourcetype=splunkd log_level="$component$" 
| timechart count by component&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="charting.chart"&amp;gt;line&amp;lt;/option&amp;gt;
        &amp;lt;option name="charting.drilldown"&amp;gt;all&amp;lt;/option&amp;gt;
        &amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;
      &amp;lt;/chart&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  &amp;lt;row depends="$tokShowResetButton$"&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;input id="splk_chkbox_reset" type="link" token="tokReset" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;&amp;lt;/label&amp;gt;
        &amp;lt;choice value="reset"&amp;gt;Reset to All&amp;lt;/choice&amp;gt;
        &amp;lt;change&amp;gt;
          &amp;lt;condition value="reset"&amp;gt;
            &amp;lt;set token="component"&amp;gt;*&amp;lt;/set&amp;gt;
            &amp;lt;set token="componentLabel"&amp;gt;All&amp;lt;/set&amp;gt;
            &amp;lt;unset token="form.tokReset"&amp;gt;&amp;lt;/unset&amp;gt;
            &amp;lt;unset token="tokShowResetButton"&amp;gt;&amp;lt;/unset&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/change&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;html depends="$alwaysHideCSSPanel$"&amp;gt;
        &amp;lt;style&amp;gt;
          #splk_chkbox_reset {
                float: right;
          }
        &amp;lt;/style&amp;gt;
      &amp;lt;/html&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&amp;lt;/form&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:48:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422965#M121433</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2019-08-01T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422966#M121434</link>
      <description>&lt;P&gt;This worked!! TY @niketnilay&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 15:27:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422966#M121434</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-08-01T15:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: Drilldown using chart clicks but also need all values</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422967#M121435</link>
      <description>&lt;P&gt;Hi gcusselo,&lt;/P&gt;

&lt;P&gt;niketnilay's token suggestion worked. TY for your prompt responses which gave me an idea for another use case with slight mod. Will upvote this as well. !!!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 15:28:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Drilldown-using-chart-clicks-but-also-need-all-values/m-p/422967#M121435</guid>
      <dc:creator>mbasharat</dc:creator>
      <dc:date>2019-08-01T15:28:10Z</dc:date>
    </item>
  </channel>
</rss>

