<?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: Hidden value in table in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97926#M5416</link>
    <description>&lt;P&gt;The ability isn't officially supported but you can manage with a bit of CSS. Just place CSS in  &lt;EM&gt;$SPLUNK_HOME/etc/apps/YOUR_APP/appserver/static/application.css&lt;/EM&gt; that hides the column. Below is an example below that hides the 8th column:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/*
 * Hide the 8th column:
 */
.splView-YOUR_VIEW_NAME .SimpleResultsTable tr td:nth-of-type(8),
.splView-YOUR_VIEW_NAME .SimpleResultsTable tr th:nth-of-type(8){
     display:none;   
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will need to make that selector more specific if you have multiple tables on that page (just use the ID of the relevant SimpleResultsTable).&lt;/P&gt;

&lt;P&gt;This technique works in simple XML and advanced XML.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2013 15:41:12 GMT</pubDate>
    <dc:creator>LukeMurphey</dc:creator>
    <dc:date>2013-04-17T15:41:12Z</dc:date>
    <item>
      <title>Hidden value in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97924#M5414</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
   Is it possible to have a hidden value in the table meaning the values are invisible to the end user. This hideen value will be later used in the dynamic drilldown url. &lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:43:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97924#M5414</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2013-04-17T14:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden value in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97925#M5415</link>
      <description>&lt;P&gt;Not in the base product - but yes in &lt;A href="http://splunk-base.splunk.com/answers/65718/sideview-utils-table-hiddenfields-param-not-substituting-variables"&gt;sideview utils&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 14:48:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97925#M5415</guid>
      <dc:creator>jonuwz</dc:creator>
      <dc:date>2013-04-17T14:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden value in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97926#M5416</link>
      <description>&lt;P&gt;The ability isn't officially supported but you can manage with a bit of CSS. Just place CSS in  &lt;EM&gt;$SPLUNK_HOME/etc/apps/YOUR_APP/appserver/static/application.css&lt;/EM&gt; that hides the column. Below is an example below that hides the 8th column:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/*
 * Hide the 8th column:
 */
.splView-YOUR_VIEW_NAME .SimpleResultsTable tr td:nth-of-type(8),
.splView-YOUR_VIEW_NAME .SimpleResultsTable tr th:nth-of-type(8){
     display:none;   
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You will need to make that selector more specific if you have multiple tables on that page (just use the ID of the relevant SimpleResultsTable).&lt;/P&gt;

&lt;P&gt;This technique works in simple XML and advanced XML.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 15:41:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97926#M5416</guid>
      <dc:creator>LukeMurphey</dc:creator>
      <dc:date>2013-04-17T15:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden value in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97927#M5417</link>
      <description>&lt;P&gt;Thanks a lot for the advice!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2013 19:34:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97927#M5417</guid>
      <dc:creator>shangshin</dc:creator>
      <dc:date>2013-04-17T19:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden value in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97928#M5418</link>
      <description>&lt;P&gt;Is this still current?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 17:41:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97928#M5418</guid>
      <dc:creator>rroberts</dc:creator>
      <dc:date>2015-03-05T17:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Hidden value in table</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97929#M5419</link>
      <description>&lt;P&gt;As of Splunk 6.0 or 6.1, this is fully supported in Simple XML.&lt;/P&gt;

&lt;P&gt;Use the  option within table to enumerate the list and order of fields for final display, which may be a subset of the fields returned in the search results.  Note that you still have access to all fields returned from the search results ($row.field_name$) to use in drilldown.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#fields"&gt;http://docs.splunk.com/Documentation/Splunk/latest/Viz/PanelreferenceforSimplifiedXML#fields&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2015 18:41:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Hidden-value-in-table/m-p/97929#M5419</guid>
      <dc:creator>nfilippi_splunk</dc:creator>
      <dc:date>2015-03-05T18:41:09Z</dc:date>
    </item>
  </channel>
</rss>

