<?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 drilldown of pie chart in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97970#M5422</link>
    <description>&lt;P&gt;how to do drilldown in a pie chart..&lt;/P&gt;</description>
    <pubDate>Mon, 22 Oct 2012 11:14:37 GMT</pubDate>
    <dc:creator>splunkpoornima</dc:creator>
    <dc:date>2012-10-22T11:14:37Z</dc:date>
    <item>
      <title>drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97970#M5422</link>
      <description>&lt;P&gt;how to do drilldown in a pie chart..&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97970#M5422</guid>
      <dc:creator>splunkpoornima</dc:creator>
      <dc:date>2012-10-22T11:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97971#M5423</link>
      <description>&lt;P&gt;Download the &lt;A href="http://splunk-base.splunk.com/apps/22333/splunk-ui-examples-app-for-41"&gt;UI examples app&lt;/A&gt;, it has examples on how to many different things, including drilldowns.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 11:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97971#M5423</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-10-22T11:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97972#M5424</link>
      <description>&lt;P&gt;I downvoted this post because link no longer works&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 23:20:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97972#M5424</guid>
      <dc:creator>josephinemho</dc:creator>
      <dc:date>2018-01-23T23:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97973#M5425</link>
      <description>&lt;P&gt;Download &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;https://splunkbase.splunk.com/app/1603/&lt;/A&gt; for drilldown examples.&lt;BR /&gt;
also try below for example to drilldown from pie chart : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
     &amp;lt;!--&amp;lt;set token="state_name"&amp;gt;$click.value$&amp;lt;/set&amp;gt;--&amp;gt;
           &amp;lt;link&amp;gt;
            &amp;lt;![CDATA[
         /app/myapp/myview1_2?form.state_name=$click.value$
             ]]&amp;gt;
            &amp;lt;/link&amp;gt;
 &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jan 2018 04:35:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97973#M5425</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-01-24T04:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97974#M5426</link>
      <description>&lt;P&gt;@josephinemho, requesting you not to downvote a 6 year old post as the Examples App has changed over time, which is right now &lt;A href="https://splunkbase.splunk.com/app/1603/"&gt;Splunk Dashboard Examples&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;You can search for more recent answers on Pie Chart Drilldown or post a new question instead.&lt;BR /&gt;
Post Splunk Enterprise 6.6 Drilldown options are available directly in the UI Edit options. Nevertheless Simple XML code for drilldown still remains the same as previous versions: &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/DrilldownIntro&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2018 04:07:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97974#M5426</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-01-26T04:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97975#M5427</link>
      <description>&lt;P&gt;Hi, if we want to replace $click.value with a token, as the click value changes? how do we do that&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:53:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97975#M5427</guid>
      <dc:creator>snayani</dc:creator>
      <dc:date>2018-06-19T18:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown of pie chart</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97976#M5428</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/665952/hi-all-help-with-pie-chart-drill-down.html"&gt;https://answers.splunk.com/answers/665952/hi-all-help-with-pie-chart-drill-down.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 03:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-of-pie-chart/m-p/97976#M5428</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-06-20T03:56:05Z</dc:date>
    </item>
  </channel>
</rss>

