<?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 apply dynamic visibility for table columns in splunk dashboards? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114572#M44323</link>
    <description>&lt;P&gt;elaborate your question please.&lt;/P&gt;

&lt;P&gt;As per my view, you can use check boxes (or) drop-down boxes to show/hide columns dynamically.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2015 12:31:36 GMT</pubDate>
    <dc:creator>srisahitya_v</dc:creator>
    <dc:date>2015-07-09T12:31:36Z</dc:date>
    <item>
      <title>How to apply dynamic visibility for table columns in splunk dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114571#M44322</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have created sample dashboard . In that 14 columns there.  I want hide last 5 cloumns dynamically and I want show  5 cloumns dynamically. Is it possible?. How it will work?. My idea is same as below 2nd image . Please check it once.  Please help me.  Thanks in advance.&lt;BR /&gt;
The query as follows &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;**| dbquery "WHCMB" "SELECT *business_date, company code , line_no , oracle_gl,  contract_code, apl_code, customer_id, currency, balance,ccy_balance,product code, branch, asset_type from EFZ_VIEW_DWT__GL_BAL" limit=10**
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/460i80AE0FDDCE213A18/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/461i648F20698D2C993F/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:09:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114571#M44322</guid>
      <dc:creator>kavyaa</dc:creator>
      <dc:date>2015-07-09T12:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply dynamic visibility for table columns in splunk dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114572#M44323</link>
      <description>&lt;P&gt;elaborate your question please.&lt;/P&gt;

&lt;P&gt;As per my view, you can use check boxes (or) drop-down boxes to show/hide columns dynamically.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:31:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114572#M44323</guid>
      <dc:creator>srisahitya_v</dc:creator>
      <dc:date>2015-07-09T12:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply dynamic visibility for table columns in splunk dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114573#M44324</link>
      <description>&lt;P&gt;As your wish, either dropdown or checkbox. But I want to hide&amp;amp; show cloumns dynamically . Please help me.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2015 12:59:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114573#M44324</guid>
      <dc:creator>kavyaa</dc:creator>
      <dc:date>2015-07-09T12:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply dynamic visibility for table columns in splunk dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114574#M44325</link>
      <description>&lt;P&gt;go to dashboard examples and find dashboard"&lt;STRONG&gt;multiple check box&lt;/STRONG&gt;". there you will get code and using appropriate modifications in fields you can randomly hide/show columns in dashboard. &lt;/P&gt;

&lt;P&gt;for your reference , find code below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form&amp;gt;
      &amp;lt;label&amp;gt;Check Box Input&amp;lt;/label&amp;gt;
      &amp;lt;description/&amp;gt;
      &amp;lt;row&amp;gt;
        &amp;lt;panel&amp;gt;
          &amp;lt;!-- New in Splunk 6.1 use the checkbox input --&amp;gt;
          &amp;lt;input type="checkbox" token="sourcetype_token" searchWhenChanged="true"&amp;gt;
            &amp;lt;choice value="*"&amp;gt;ANY&amp;lt;/choice&amp;gt;
            &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;
            &amp;lt;!-- The final value will be surrounded by prefix and suffix --&amp;gt;
            &amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
            &amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
            &amp;lt;!-- Each value will be surrounded by the valuePrefix and valueSuffix --&amp;gt;
            &amp;lt;valuePrefix&amp;gt;sourcetype="&amp;lt;/valuePrefix&amp;gt;
            &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
            &amp;lt;!-- All the values and their valuePrefix and valueSuffix will be concatenated together with the delimiter between them --&amp;gt;
            &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
            &amp;lt;populatingSearch earliest="-60m@m" latest="now" fieldForLabel="sourcetype" fieldForValue="sourcetype"&amp;gt;index=_internal | stats count by sourcetype&amp;lt;/populatingSearch&amp;gt;
          &amp;lt;/input&amp;gt;
          &amp;lt;chart&amp;gt;
            &amp;lt;title&amp;gt;Multi Value Search&amp;lt;/title&amp;gt;
            &amp;lt;searchString&amp;gt;index=_internal $sourcetype_token$ | stats count by sourcetype&amp;lt;/searchString&amp;gt;
            &amp;lt;earliestTime&amp;gt;-60m@m&amp;lt;/earliestTime&amp;gt;
            &amp;lt;latestTime&amp;gt;now&amp;lt;/latestTime&amp;gt;
          &amp;lt;/chart&amp;gt;
        &amp;lt;/panel&amp;gt;
      &amp;lt;/row&amp;gt;
    &amp;lt;/form&amp;gt; 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in above code, "sourcetype" is vary ( we can select sourcetype dynamically). change sourcetype to your required field.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 09:48:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114574#M44325</guid>
      <dc:creator>srisahitya_v</dc:creator>
      <dc:date>2015-07-10T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to apply dynamic visibility for table columns in splunk dashboards?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114575#M44326</link>
      <description>&lt;P&gt;I have seen previously. In that dashboard examples, hide/ show selection option for number of rows for single column(source type)... Idid that one. My requirement is selection option for Table column names. not for rows.  My query is &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;***| dbquery "WHCMB" "SELECT *business_date, company code , line_no , oracle_gl,  contract_code, apl_code, customer_id, currency, balance,ccy_balance,product code, branch, asset_type from EFZ_VIEW_DWT__GL_BAL" limit=10****
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I want to put check boxes for &lt;CODE&gt;**business_date, company code , line_no , oracle_gl,  contract_code, apl_code, customer_id, currency, balance,ccy_balance,product code, branch, asset_type**&lt;/CODE&gt; 13 column names . see above posted image. Please help me. Thanks in advance. A.kavya&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 11:18:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-apply-dynamic-visibility-for-table-columns-in-splunk/m-p/114575#M44326</guid>
      <dc:creator>kavyaa</dc:creator>
      <dc:date>2015-07-10T11:18:54Z</dc:date>
    </item>
  </channel>
</rss>

