<?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 to disable a table's dynamic column name in a dashboard? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317352#M20414</link>
    <description>&lt;P&gt;Thanks. It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 20:39:13 GMT</pubDate>
    <dc:creator>rajkumarts</dc:creator>
    <dc:date>2017-04-10T20:39:13Z</dc:date>
    <item>
      <title>How to disable a table's dynamic column name in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317350#M20412</link>
      <description>&lt;P&gt;Hi I have a dashboard that displays result from a savedSearch. This table has service name and days as its column names &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|Service Name| 04/05/2017 | 04/06/2017|
| service 1  | some_value | some_value|
| service 2  | some_value | some_value|
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;That's how my table looks like. User can click some_value cell which would then open up a new search by replacing some values. I don't want my users to click on the service 1 cell or Service Name column at all. I couldn't able to disable the drilldown for that column. Because Splunk doesn't let me use both  and  on the same drilldown. Since I don't know the column the dashboard is generating, I cannot use the  to disable the Service Name column. &lt;/P&gt;

&lt;P&gt;Is there any other way to disable the dirlldown / click on the Service Name column ?&lt;/P&gt;

&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 19:45:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317350#M20412</guid>
      <dc:creator>rajkumarts</dc:creator>
      <dc:date>2017-04-10T19:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable a table's dynamic column name in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317351#M20413</link>
      <description>&lt;P&gt;You may be able to disable drilldown on Service Name by adding this in your panel's xml code (un-tested)&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;....
&amp;lt;table&amp;gt;
....
&amp;lt;condition field="'Service Name'"&amp;gt;
  &amp;lt;/condition&amp;gt;
  &amp;lt;condition field="*"&amp;gt;
    &amp;lt;link&amp;gt;
      this_dashboard?form.xyz=$click.value2$
    &amp;lt;/link&amp;gt;
  &amp;lt;/condition&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 10 Apr 2017 20:22:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317351#M20413</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-04-10T20:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable a table's dynamic column name in a dashboard?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317352#M20414</link>
      <description>&lt;P&gt;Thanks. It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 20:39:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-disable-a-table-s-dynamic-column-name-in-a-dashboard/m-p/317352#M20414</guid>
      <dc:creator>rajkumarts</dc:creator>
      <dc:date>2017-04-10T20:39:13Z</dc:date>
    </item>
  </channel>
</rss>

