<?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 option - Can I disable drilldown option for certain rows in a table? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401395#M26285</link>
    <description>&lt;P&gt;@HattrickNZ, if you are on &lt;CODE&gt;Splunk 6.5 or higher&lt;/CODE&gt;, you can enable &lt;CODE&gt;Summary Row&lt;/CODE&gt; using table which shows Total as the final row in the table: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsFormatting#Totals_summary_row"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsFormatting#Totals_summary_row&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 May 2020 12:24:28 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2020-05-27T12:24:28Z</dc:date>
    <item>
      <title>drilldown option - Can I disable drilldown option for certain rows in a table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401391#M26281</link>
      <description>&lt;P&gt;&lt;STRONG&gt;If I have a table with drill down enabled, can i disable the drill down on the last row&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Example of my table. where rows 1 - 3 (A,b and C) can be clicked and this then uses a token to open up a chart below it. &lt;BR /&gt;But i don't want the last row to do anything when clicked on (e.g. the Aggregate View row here)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;object Val1 Val2 
A 1 2 
B 1 2 
C 1 2 
Aggregate View 3 6 
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 07 Jun 2020 23:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401391#M26281</guid>
      <dc:creator>HattrickNZ</dc:creator>
      <dc:date>2020-06-07T23:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown option - Can I disable drilldown option for certain rows in a table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401392#M26282</link>
      <description>&lt;P&gt;See if this helps&lt;BR /&gt;
&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.3/Viz/DrilldownLinkToDashboard#Conditional_linking"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.3/Viz/DrilldownLinkToDashboard#Conditional_linking&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 20:52:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401392#M26282</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2019-01-09T20:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown option - Can I disable drilldown option for certain rows in a table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401393#M26283</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;    &amp;lt;condition match="NOT match('row.object, &amp;amp;quot;Aggregate View&amp;amp;quot;)"&amp;gt;
      &amp;lt;set token="new_token"&amp;gt;$row.object$&amp;lt;/set&amp;gt;
    &amp;lt;/condition&amp;gt;
    &amp;lt;condition match="match('row.object', &amp;amp;quot;Aggregate View&amp;amp;quot;)"&amp;gt;
      &amp;lt;unset token="new_token"&amp;gt;$row.object$&amp;lt;/unset&amp;gt;
    &amp;lt;/condition&amp;gt;
    &amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Hi Hattrick, You can use this code in your dashboard.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Feb 2019 10:41:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401393#M26283</guid>
      <dc:creator>maityayan1996</dc:creator>
      <dc:date>2019-02-06T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown option - Can I disable drilldown option for certain rows in a table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401394#M26284</link>
      <description>&lt;P&gt;Please close this question if your issue had been solved.&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 07:20:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401394#M26284</guid>
      <dc:creator>maityayan1996</dc:creator>
      <dc:date>2020-05-27T07:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: drilldown option - Can I disable drilldown option for certain rows in a table?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401395#M26285</link>
      <description>&lt;P&gt;@HattrickNZ, if you are on &lt;CODE&gt;Splunk 6.5 or higher&lt;/CODE&gt;, you can enable &lt;CODE&gt;Summary Row&lt;/CODE&gt; using table which shows Total as the final row in the table: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsFormatting#Totals_summary_row"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/TableFormatsFormatting#Totals_summary_row&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 May 2020 12:24:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/drilldown-option-Can-I-disable-drilldown-option-for-certain-rows/m-p/401395#M26285</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-05-27T12:24:28Z</dc:date>
    </item>
  </channel>
</rss>

