<?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: hide calculated field from dashbaord in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289326#M87536</link>
    <description>&lt;P&gt;Could you share  your search here? In ideal situation, both of the things that you tried should've worked.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2017 15:40:44 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2017-11-17T15:40:44Z</dc:date>
    <item>
      <title>hide calculated field from dashbaord</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289324#M87534</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;

&lt;P&gt;I have a calculated field call Percentage which is  required for other calculations but i dont  want that value to be shown in the dashbaord. &lt;/P&gt;

&lt;P&gt;I tried table command without Percentage field name but that is still showing as Null% under that field. &lt;BR /&gt;
I tried fields command with - Percentage but didn't work . &lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:30:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289324#M87534</guid>
      <dc:creator>surekhasplunk</dc:creator>
      <dc:date>2017-11-17T15:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: hide calculated field from dashbaord</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289325#M87535</link>
      <description>&lt;P&gt;Is it possible that your dashboard has a &lt;CODE&gt;&amp;lt;fields&amp;gt;&lt;/CODE&gt; tag in the XML specifying that the Percentage field should be shown?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:39:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289325#M87535</guid>
      <dc:creator>elliotproebstel</dc:creator>
      <dc:date>2017-11-17T15:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: hide calculated field from dashbaord</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289326#M87536</link>
      <description>&lt;P&gt;Could you share  your search here? In ideal situation, both of the things that you tried should've worked.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:40:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289326#M87536</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-11-17T15:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: hide calculated field from dashbaord</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289327#M87537</link>
      <description>&lt;P&gt;@surekhasplunk, Simple XML Configuration &lt;CODE&gt;&amp;lt;fields&amp;gt;&lt;/CODE&gt; can be used to hide Percent field by displaying all the other fields and excluding Percent. You can still use the default table drilldown token &lt;CODE&gt;$row.Percent$&lt;/CODE&gt; , if you want to pass on the clicked Percent value. Check out Simple XML Reference for table: &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#table"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#table&lt;/A&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;table&amp;gt;
    &amp;lt;search&amp;gt;
        &amp;lt;query&amp;gt;
              &amp;lt;YourBaseSearch&amp;gt;
              | table field1 field2 field3 Percentage
        &amp;lt;/query&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;fields&amp;gt;field1,field2,field3&amp;lt;/fields&amp;gt;
    &amp;lt;drilldown&amp;gt;
         &amp;lt;set token="tokPercent"&amp;gt;$row.Percent$&amp;lt;/set&amp;gt;
    &amp;lt;/drilldown&amp;gt;
&amp;lt;/table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Nov 2017 15:47:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289327#M87537</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-17T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: hide calculated field from dashbaord</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289328#M87538</link>
      <description>&lt;P&gt;Thanks @niketnilay it worked by adding  tag with my fields in that omitting the percentage field. &lt;/P&gt;

&lt;P&gt;Thanks a lot ... cheers&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 16:20:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289328#M87538</guid>
      <dc:creator>surekhasplunk</dc:creator>
      <dc:date>2017-11-17T16:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: hide calculated field from dashbaord</title>
      <link>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289329#M87539</link>
      <description>&lt;P&gt;Yay! Glad it worked.... Happy Weekend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 19:08:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/hide-calculated-field-from-dashbaord/m-p/289329#M87539</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2017-11-17T19:08:27Z</dc:date>
    </item>
  </channel>
</rss>

