<?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: How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199930#M12517</link>
    <description>&lt;P&gt;What do you mean by bar? The column title? The entire row? A particular cell?&lt;/P&gt;

&lt;P&gt;Also the condition tags you have there have identical values. Is that correct?&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2015 17:39:18 GMT</pubDate>
    <dc:creator>jplumsdaine22</dc:creator>
    <dc:date>2015-12-22T17:39:18Z</dc:date>
    <item>
      <title>How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199929#M12516</link>
      <description>&lt;P&gt;I have a bar chart. When I click on a particular bar, I'd like to control the drilldown to another dashboard. Combed through the docs, but can't find anything. Also checked Answers and checked answers for other similar questions, but they are not working for me.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;        &amp;lt;drilldown&amp;gt;
          &amp;lt;condition click.name="C0"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;
                &amp;lt;![CDATA[
                 /app/RAS/cluster0?q=search%20$click.name$
                  ]]&amp;gt;
            &amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
          &amp;lt;condition click.name="C0"&amp;gt;
            &amp;lt;link target="_blank"&amp;gt;
                &amp;lt;![CDATA[
                 /app/RAS/cluster_1?q=search%20$click.name$
                  ]]&amp;gt;
            &amp;lt;/link&amp;gt;
          &amp;lt;/condition&amp;gt;
        &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Dec 2015 16:10:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199929#M12516</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2015-12-22T16:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199930#M12517</link>
      <description>&lt;P&gt;What do you mean by bar? The column title? The entire row? A particular cell?&lt;/P&gt;

&lt;P&gt;Also the condition tags you have there have identical values. Is that correct?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 17:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199930#M12517</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2015-12-22T17:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199931#M12518</link>
      <description>&lt;P&gt;Yes the column tile/field name. Sorry about: first condition is "C0" and second condition is "C1". Even though the conditions are different they drilldown to the same dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 18:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199931#M12518</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2015-12-22T18:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199932#M12519</link>
      <description>&lt;P&gt;Sorry I misunderstood your original question. i thought you had a table instead of a bar chart. &lt;/P&gt;

&lt;P&gt;I don't think you can use a token as an attribute of the condition tag. See &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.2/Viz/PanelreferenceforSimplifiedXML#Drilldown_elements"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.2/Viz/PanelreferenceforSimplifiedXML#Drilldown_elements&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Instead you could rename your fields to to match the name of your dashboard (or vice versa). For example, change &lt;CODE&gt;eval Cluster="C"+substr(Node,10,1)&lt;/CODE&gt; to &lt;CODE&gt;eval Cluster="cluster_"+substr(Node,10,1)&lt;/CODE&gt; Then remove the condition tags and just have the following.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown target="_blank"&amp;gt;
 &amp;lt;link&amp;gt;
     /app/RAS/$click.value$?q=search%20$click.value$                 
 &amp;lt;/link&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Dec 2015 11:05:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199932#M12519</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2015-12-24T11:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199933#M12520</link>
      <description>&lt;P&gt;That's brilliant thank you sir. Merry Christmas!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 12:14:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199933#M12520</guid>
      <dc:creator>jsven7</dc:creator>
      <dc:date>2015-12-24T12:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I set up a conditional drilldown in Simple XML from my bar chart to another dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199934#M12521</link>
      <description>&lt;P&gt;Merry Christmas!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2015 13:07:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-set-up-a-conditional-drilldown-in-Simple-XML-from-my/m-p/199934#M12521</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2015-12-24T13:07:11Z</dc:date>
    </item>
  </channel>
</rss>

