<?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 allow drill down on only 1 of the charts in a chart overlay? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412983#M27130</link>
    <description>&lt;P&gt;Hi jvardev, &lt;/P&gt;

&lt;P&gt;Thanks for your answer. I have managed to capture the value that I wanted. &lt;/P&gt;

&lt;P&gt;However, what I meant was, I have a chart overlay of column chart and line chart, and I only want the line chart to be able to be clicked and drilldown. So clicking the line chart will bring me to an event, But I do not want drilldown to be activate for the column chart of my chart overlay, meaning clicking the column chart will do nothing.&lt;/P&gt;

&lt;P&gt;Is it possible to achieve this?&lt;/P&gt;

&lt;P&gt;Thanks, zongwei.&lt;/P&gt;</description>
    <pubDate>Thu, 11 Oct 2018 01:15:15 GMT</pubDate>
    <dc:creator>zongwei</dc:creator>
    <dc:date>2018-10-11T01:15:15Z</dc:date>
    <item>
      <title>How do I allow drill down on only 1 of the charts in a chart overlay?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412980#M27127</link>
      <description>&lt;P&gt;I have a timechart overlay from my search that returns a column chart and a line chart.&lt;/P&gt;

&lt;P&gt;I have also configured the drill down to return specifically what I want.&lt;/P&gt;

&lt;P&gt;However, I only want the drill down to be active for the line chart, and not the column chart. Is there any way for me to disable clicking on the column chart only?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 03:45:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412980#M27127</guid>
      <dc:creator>zongwei</dc:creator>
      <dc:date>2018-10-10T03:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do I allow drill down on only 1 of the charts in a chart overlay?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412981#M27128</link>
      <description>&lt;P&gt;if you don't want drilldown for column chart then add below stanza under column chart panel-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;option name="charting.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Oct 2018 10:35:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412981#M27128</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2018-10-10T10:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I allow drill down on only 1 of the charts in a chart overlay?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412982#M27129</link>
      <description>&lt;P&gt;Hi zongwei,&lt;/P&gt;

&lt;P&gt;You can catch the field what you want. Use predefined tokens like  &lt;CODE&gt;$click.&amp;lt;field_name&amp;gt;$&lt;/CODE&gt; to take'em.&lt;/P&gt;

&lt;P&gt;If you want catch a value from field  named &lt;CODE&gt;foo&lt;/CODE&gt;, declare in your  timechart drilldown tag. The same name field for you chart overlay in your case. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
  &amp;lt;set token="clickedFooValueToken"&amp;gt;$row.foo$&amp;lt;/set&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Token &lt;CODE&gt;clickedFooValueToken&lt;/CODE&gt; will content the value from clicked field &lt;CODE&gt;foo&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;You can find more info:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.0/Viz/ContextualDrilldown"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.0/Viz/ContextualDrilldown&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.2.0/Viz/tokens"&gt;http://docs.splunk.com/Documentation/Splunk/7.2.0/Viz/tokens&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Greetings. jvardev.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 12:28:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412982#M27129</guid>
      <dc:creator>jvardev</dc:creator>
      <dc:date>2018-10-10T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I allow drill down on only 1 of the charts in a chart overlay?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412983#M27130</link>
      <description>&lt;P&gt;Hi jvardev, &lt;/P&gt;

&lt;P&gt;Thanks for your answer. I have managed to capture the value that I wanted. &lt;/P&gt;

&lt;P&gt;However, what I meant was, I have a chart overlay of column chart and line chart, and I only want the line chart to be able to be clicked and drilldown. So clicking the line chart will bring me to an event, But I do not want drilldown to be activate for the column chart of my chart overlay, meaning clicking the column chart will do nothing.&lt;/P&gt;

&lt;P&gt;Is it possible to achieve this?&lt;/P&gt;

&lt;P&gt;Thanks, zongwei.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 01:15:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-I-allow-drill-down-on-only-1-of-the-charts-in-a-chart/m-p/412983#M27130</guid>
      <dc:creator>zongwei</dc:creator>
      <dc:date>2018-10-11T01:15:15Z</dc:date>
    </item>
  </channel>
</rss>

