<?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 improve the filter input? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668509#M54696</link>
    <description>&lt;P&gt;how to change my code to something like the filter in the image?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maayan_0-1699956245686.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28096i6E77A39C5310EB09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maayan_0-1699956245686.png" alt="maayan_0-1699956245686.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.1/DashStudio/inputMulti" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.1/DashStudio/inputMulti&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Nov 2023 10:04:50 GMT</pubDate>
    <dc:creator>maayan</dc:creator>
    <dc:date>2023-11-14T10:04:50Z</dc:date>
    <item>
      <title>How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668500#M54695</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I implemented an input filter, but i want to improve it.&lt;BR /&gt;Customers want to select multiple values from the filter and then select more values. in the current situation they need to select 'All ' and then select the values again (each time they want to add values they need to select All--&amp;gt;select values--&amp;gt;remove All)&lt;BR /&gt;in addition, they want to select all values except one value, which currently takes time to do.&lt;BR /&gt;&lt;BR /&gt;Is there a smarter filter input in Splunk?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;my code:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="multiselect" token="WinTimeStamp" searchWhenChanged="true"&amp;gt;
&amp;lt;label&amp;gt;Time&amp;lt;/label&amp;gt;
&amp;lt;choice value="%"&amp;gt;All&amp;lt;/choice&amp;gt;
&amp;lt;default&amp;gt;%&amp;lt;/default&amp;gt;
&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
&amp;lt;valuePrefix&amp;gt;(WinTimeStamp like("&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;fieldForLabel&amp;gt;WinTimeStamp&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;fieldForValue&amp;gt;WinTimeStamp&amp;lt;/fieldForValue&amp;gt;
&amp;lt;search&amp;gt;
&amp;lt;query&amp;gt; | where $Name$ 
| dedup WinTimeStamp
| sort WinTimeStamp&amp;lt;/query&amp;gt;
&amp;lt;/search&amp;gt;
&amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Maayan&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 13:05:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668500#M54695</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2023-11-14T13:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668509#M54696</link>
      <description>&lt;P&gt;how to change my code to something like the filter in the image?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="maayan_0-1699956245686.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/28096i6E77A39C5310EB09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="maayan_0-1699956245686.png" alt="maayan_0-1699956245686.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.1/DashStudio/inputMulti" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.1/DashStudio/inputMulti&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:04:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668509#M54696</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2023-11-14T10:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668510#M54697</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256320"&gt;@maayan&lt;/a&gt;&amp;nbsp;Please check multiselect input using Splunk Dashboard Studio&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/DashStudio/inputMulti" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/latest/DashStudio/inputMulti&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:07:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668510#M54697</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2023-11-14T10:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668511#M54698</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256320"&gt;@maayan&lt;/a&gt;&amp;nbsp;clone the classic dashboard to dashboard studio?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:07:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668511#M54698</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2023-11-14T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668512#M54699</link>
      <description>&lt;P&gt;how can i convert classic dashboard type to studio?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:17:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668512#M54699</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2023-11-14T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668513#M54700</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/256320"&gt;@maayan&lt;/a&gt;&amp;nbsp;I would assume if you open the dashboard and there are three dots to the top right corner, if you click there you will see an option to clone in dashboard studio..&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 10:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668513#M54700</guid>
      <dc:creator>bharathkumarnec</dc:creator>
      <dc:date>2023-11-14T10:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to improve the filter input?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668525#M54702</link>
      <description>&lt;P&gt;nice idea&lt;/P&gt;&lt;P&gt;the conversation doesn't really works but it's a nice direction!&lt;/P&gt;&lt;P&gt;Anyway, the filter doesn't work. the error (studio) :"&lt;SPAN&gt;Cannot convert undefined or null to object"&lt;BR /&gt;&lt;BR /&gt;code:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"options"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"items"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;[&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"label"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"All"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"value"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"*"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"defaultValue"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"*"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"token"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"WinTimeStamp"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;},&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"title"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Multiselect&amp;nbsp;Input&amp;nbsp;Title"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"type"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"input.multiselect"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"dataSources"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;{&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"primary"&lt;/SPAN&gt;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"ds_ICA_General"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;classic studio code:&lt;BR /&gt;&amp;lt;input type="multiselect" token="WinTimeStamp" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Time&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="%"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;%&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;valuePrefix&amp;gt;(WinTimeStamp like("&amp;lt;/valuePrefix&amp;gt;&lt;BR /&gt;&amp;lt;valueSuffix&amp;gt;"))&amp;lt;/valueSuffix&amp;gt;&lt;BR /&gt;&amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;WinTimeStamp&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;fieldForValue&amp;gt;WinTimeStamp&amp;lt;/fieldForValue&amp;gt;&lt;BR /&gt;&amp;lt;search base="ICA_General"&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;&amp;nbsp;&lt;BR /&gt;| stats values(WinTimeStamp) as WinTimeStamp_&lt;BR /&gt;| sort WinTimeStamp_&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 14 Nov 2023 11:50:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-improve-the-filter-input/m-p/668525#M54702</guid>
      <dc:creator>maayan</dc:creator>
      <dc:date>2023-11-14T11:50:33Z</dc:date>
    </item>
  </channel>
</rss>

