<?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: Can I exclude certain columns in a table from drilldown? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436605#M124416</link>
    <description>&lt;P&gt;Hi mal81394,&lt;/P&gt;

&lt;P&gt;yes, you can by adding something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
 &amp;lt;condition field="foo"&amp;gt;
 &amp;lt;/condition&amp;gt;
 &amp;lt;condition field="bar"&amp;gt;
 &amp;lt;/condition&amp;gt;
 &amp;lt;condition field="baz"&amp;gt;
  &amp;lt;link&amp;gt;
    this_dashboard?form.Appname=$click.value2$
  &amp;lt;/link&amp;gt;
 &amp;lt;/condition&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will disable drill down for cells named &lt;CODE&gt;foo&lt;/CODE&gt; and &lt;CODE&gt;bar&lt;/CODE&gt;, but enables drill down for a cell called &lt;CODE&gt;baz&lt;/CODE&gt;. See the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#condition_.28form_input.29"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#condition_.28form_input.29&lt;/A&gt; for more details on this topic.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2018 20:25:55 GMT</pubDate>
    <dc:creator>MuS</dc:creator>
    <dc:date>2018-08-30T20:25:55Z</dc:date>
    <item>
      <title>Can I exclude certain columns in a table from drilldown?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436604#M124415</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Basically, I just want to know if there is a way in the Splunk XML to exclude certain columns in a table from drilldown making them essentially un-clickable? While others are still clickable?&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 18:08:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436604#M124415</guid>
      <dc:creator>mal81394</dc:creator>
      <dc:date>2018-08-30T18:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I exclude certain columns in a table from drilldown?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436605#M124416</link>
      <description>&lt;P&gt;Hi mal81394,&lt;/P&gt;

&lt;P&gt;yes, you can by adding something like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;drilldown&amp;gt;
 &amp;lt;condition field="foo"&amp;gt;
 &amp;lt;/condition&amp;gt;
 &amp;lt;condition field="bar"&amp;gt;
 &amp;lt;/condition&amp;gt;
 &amp;lt;condition field="baz"&amp;gt;
  &amp;lt;link&amp;gt;
    this_dashboard?form.Appname=$click.value2$
  &amp;lt;/link&amp;gt;
 &amp;lt;/condition&amp;gt;
&amp;lt;/drilldown&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will disable drill down for cells named &lt;CODE&gt;foo&lt;/CODE&gt; and &lt;CODE&gt;bar&lt;/CODE&gt;, but enables drill down for a cell called &lt;CODE&gt;baz&lt;/CODE&gt;. See the docs &lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#condition_.28form_input.29"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#condition_.28form_input.29&lt;/A&gt; for more details on this topic.&lt;/P&gt;

&lt;P&gt;Hope this helps ...&lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 20:25:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436605#M124416</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2018-08-30T20:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I exclude certain columns in a table from drilldown?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436606#M124417</link>
      <description>&lt;P&gt;Thanks so much!!!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Aug 2018 19:31:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436606#M124417</guid>
      <dc:creator>mal81394</dc:creator>
      <dc:date>2018-08-31T19:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Can I exclude certain columns in a table from drilldown?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436607#M124418</link>
      <description>&lt;P&gt;Check the below link for solution.&lt;BR /&gt;
&lt;A href="https://answers.splunk.com/answers/661140/how-can-i-use-drilldown-in-one-cell-and-hide-the-m.html"&gt;https://answers.splunk.com/answers/661140/how-can-i-use-drilldown-in-one-cell-and-hide-the-m.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jan 2019 05:37:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Can-I-exclude-certain-columns-in-a-table-from-drilldown/m-p/436607#M124418</guid>
      <dc:creator>kjandhyala</dc:creator>
      <dc:date>2019-01-13T05:37:47Z</dc:date>
    </item>
  </channel>
</rss>

