<?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 hide all form input filters in a dashboard by default? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284735#M17988</link>
    <description>&lt;P&gt;I am also looking for similar solution. What you have added and where?&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 17:18:48 GMT</pubDate>
    <dc:creator>saurabh009</dc:creator>
    <dc:date>2017-02-21T17:18:48Z</dc:date>
    <item>
      <title>How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284729#M17982</link>
      <description>&lt;P&gt;In dashboard, if you add input, you will see a text &lt;CODE&gt;Hide Filters&lt;/CODE&gt;.&lt;BR /&gt;
I would like all the filters to be hidden in one dashboard by default.&lt;BR /&gt;
The users need to click &lt;CODE&gt;Show Filters&lt;/CODE&gt;.&lt;/P&gt;

&lt;P&gt;Searching around and did not find anything.&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/2084i65D7B5B41A11938D/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>Fri, 28 Oct 2016 22:25:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284729#M17982</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-10-28T22:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284730#M17983</link>
      <description>&lt;P&gt;My approach has been to put all of the filters in a panel at the top of the dashboard with no chart, table, etc. code in it (see below), then have a filter on the dashboard that does a Hide/Show on the panel. Unless there is at least one filter in the panel, Splunk will discard the panel. So, start with this, add some filters, then discard this filter.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;title&amp;gt;XXXX User Input Filters&amp;lt;/title&amp;gt;
  &amp;lt;input type="multiselect" token="YYYY" searchWhenChanged="true"&amp;gt;
    &amp;lt;label&amp;gt;Select XXXX &amp;lt;/label&amp;gt;
    &amp;lt;choice value="*"&amp;gt;All &amp;lt;/choice&amp;gt;
    &amp;lt;choice value="A"&amp;gt;First&amp;lt;/choice&amp;gt;
    &amp;lt;choice value="B"&amp;gt;Second&amp;lt;/choice&amp;gt;
    &amp;lt;choice value="C"&amp;gt;Third&amp;lt;/choice&amp;gt;
    &amp;lt;default&amp;gt;A,C &amp;lt;/default&amp;gt;
    &amp;lt;valuePrefix&amp;gt;MyField="&amp;lt;/valuePrefix&amp;gt;
    &amp;lt;valueSuffix&amp;gt;"&amp;lt;/valueSuffix&amp;gt;
    &amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
  &amp;lt;/input&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Oct 2016 00:56:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284730#M17983</guid>
      <dc:creator>rmarcum</dc:creator>
      <dc:date>2016-10-29T00:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284731#M17984</link>
      <description>&lt;P&gt;Try editing your nav links to include a querystring with &lt;CODE&gt;hideFilters=True&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9"&gt;http://dev.splunk.com/view/webframework-developapps/SP-CAAAEP9&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2016 01:14:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284731#M17984</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-10-29T01:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284732#M17985</link>
      <description>&lt;P&gt;Did not work.&lt;BR /&gt;&lt;BR /&gt;
&lt;CODE&gt;True&lt;/CODE&gt; also need to be quoted, so it should be some like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;hidefilters='true'
hideFilters='true'
hideFilters='True'
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 29 Oct 2016 08:45:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284732#M17985</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-10-29T08:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284733#M17986</link>
      <description>&lt;P&gt;Would it easier or cleaner to put it on top of the XML in the &lt;CODE&gt;dashboard&lt;/CODE&gt; or &lt;CODE&gt;form&lt;/CODE&gt; like the similar options listed here: &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/PanelreferenceforSimplifiedXML"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.0/Viz/PanelreferenceforSimplifiedXML&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2016 10:01:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284733#M17986</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2016-10-29T10:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284734#M17987</link>
      <description>&lt;P&gt;Thanks it worked there:&lt;BR /&gt;
    &lt;/P&gt;&lt;FORM hidefilters="true"&gt;&lt;P&gt;&lt;/P&gt;&lt;/FORM&gt;</description>
      <pubDate>Sat, 29 Oct 2016 11:24:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284734#M17987</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2016-10-29T11:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284735#M17988</link>
      <description>&lt;P&gt;I am also looking for similar solution. What you have added and where?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:18:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284735#M17988</guid>
      <dc:creator>saurabh009</dc:creator>
      <dc:date>2017-02-21T17:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284736#M17989</link>
      <description>&lt;P&gt;Normal a dashboard starts like this:&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;form&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
Change it to:&lt;BR /&gt;
&lt;CODE&gt;&amp;lt;form hideFilters="true"&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
And you are done&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:42:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284736#M17989</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2017-02-21T17:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284737#M17990</link>
      <description>&lt;P&gt;Is it possible to remove hideFilters or showFilters link completely and show all the filters as default?&lt;BR /&gt;
I am not able to remove them after upgrading Splunk to 6.5.2.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:05:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284737#M17990</guid>
      <dc:creator>saurabh009</dc:creator>
      <dc:date>2017-02-21T18:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284738#M17991</link>
      <description>&lt;P&gt;Dont know.  If some works with one version and not with other, make a support case.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:39:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284738#M17991</guid>
      <dc:creator>lakromani</dc:creator>
      <dc:date>2017-02-21T18:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284739#M17992</link>
      <description>&lt;P&gt;Thanks, I will.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 18:42:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284739#M17992</guid>
      <dc:creator>saurabh009</dc:creator>
      <dc:date>2017-02-21T18:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284740#M17993</link>
      <description>&lt;P&gt;Can I eliminate "Hide Filters" text from dashboard?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 22:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284740#M17993</guid>
      <dc:creator>evinasco</dc:creator>
      <dc:date>2017-08-16T22:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284741#M17994</link>
      <description>&lt;P&gt;With CSS you can. Here is the CSS you need to add to a file in your app.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/* hide global input hiding button in 6.5+ */
a.hide-global-filters {
  display: none !important;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Alternatively, you can put this in a hidden row in the dashboard.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;row depends="$hiddenCSS$"&amp;gt;
  &amp;lt;html&amp;gt;
    &amp;lt;style&amp;gt;
      a.hide-global-filters {
        display: none !important;
      }
    &amp;lt;/style&amp;gt;
  &amp;lt;/html&amp;gt;
&amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Aug 2017 23:59:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284741#M17994</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-08-16T23:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284742#M17995</link>
      <description>&lt;P&gt;Thanks, it worked !!!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:15:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284742#M17995</guid>
      <dc:creator>evinasco</dc:creator>
      <dc:date>2017-08-17T14:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284743#M17996</link>
      <description>&lt;P&gt;Glad to hear it. You can upvote/like my comment to show that it helped.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 14:17:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284743#M17996</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-08-17T14:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284744#M17997</link>
      <description>&lt;P&gt;You have to modify the source:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;form hideFilters="true"&amp;gt;
...
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;This will work even with a default dashboard where you cannot modify the query string.&lt;/P&gt;

&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 10:41:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284744#M17997</guid>
      <dc:creator>marcoscala</dc:creator>
      <dc:date>2018-03-16T10:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to hide all form input filters in a dashboard by default?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284745#M17998</link>
      <description>&lt;P&gt;I downvoted this post because the other answer on this page is more correct&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2018 05:29:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-hide-all-form-input-filters-in-a-dashboard-by-default/m-p/284745#M17998</guid>
      <dc:creator>datasearchninja</dc:creator>
      <dc:date>2018-10-29T05:29:47Z</dc:date>
    </item>
  </channel>
</rss>

