<?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: Unable to create dropdown static option that is &amp;quot;All&amp;quot; static options combined in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603820#M13079</link>
    <description>&lt;P&gt;Unfortunately it is still not providing me any results when I select All.&lt;/P&gt;&lt;P&gt;The dropdown consist of several static values:&lt;/P&gt;&lt;P&gt;name1&amp;nbsp; -- value1&lt;/P&gt;&lt;P&gt;name2&amp;nbsp; -- value2&lt;/P&gt;&lt;P&gt;name3&amp;nbsp; -- value3&lt;/P&gt;&lt;P&gt;and I want All to combine all the values, so&lt;/P&gt;&lt;P&gt;All&amp;nbsp; -- value1 and value2 and value3&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jun 2022 16:40:55 GMT</pubDate>
    <dc:creator>Steve_A200</dc:creator>
    <dc:date>2022-06-29T16:40:55Z</dc:date>
    <item>
      <title>Why am I unable to create dropdown static option that is "All" static options combined?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603661#M13056</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am trying to get a static option that is "All" the individual static options combined.&amp;nbsp; The mCode field contains different values in different events, and I would like to list all the events with specific mCode value.&lt;/P&gt;
&lt;P&gt;when I paste the query into a regular SPL search, I get the correct results, however, in a Dashboard, it tells me "no results found".&lt;/P&gt;
&lt;P&gt;The token I am using for the static options is mcode, and all the individual static options are working correctly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;query&amp;gt;
| multisearch  [ | from datamodel:"model1"  ] [ | from datamodel:"model1" ]
| fields "Action" "pCode" "mCode" "pCode2" 
| search Action="*" pCode="$pCode$" pCode2="*" 
| where mCode IN ("$mCode$")
&amp;lt;/query&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried the following mCode Static option: %&amp;nbsp; ...&amp;nbsp; * .... even value1","value2","value3&amp;nbsp;&lt;/P&gt;
&lt;P&gt;nothing seems to work in the Dashboard.&lt;/P&gt;
&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 22:24:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603661#M13056</guid>
      <dc:creator>Steve_A200</dc:creator>
      <dc:date>2022-06-28T22:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create dropdown static option that is "All" static options combined</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603671#M13057</link>
      <description>&lt;P&gt;Is this a single value dropdown?&lt;/P&gt;&lt;P&gt;If you set the value of your 'all' static option to "__ALL__" and then in your where clause do&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where mCode IN ("$mCode$") OR "$mCodes$"="__ALL__"&lt;/LI-CODE&gt;&lt;P&gt;if it's a single value dropdown, then the IN clause is probably unnecessary, so&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where mCode="$mCode$" OR "$mCodes$"="__ALL__"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2022 22:20:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603671#M13057</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-06-28T22:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create dropdown static option that is "All" static options combined</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603820#M13079</link>
      <description>&lt;P&gt;Unfortunately it is still not providing me any results when I select All.&lt;/P&gt;&lt;P&gt;The dropdown consist of several static values:&lt;/P&gt;&lt;P&gt;name1&amp;nbsp; -- value1&lt;/P&gt;&lt;P&gt;name2&amp;nbsp; -- value2&lt;/P&gt;&lt;P&gt;name3&amp;nbsp; -- value3&lt;/P&gt;&lt;P&gt;and I want All to combine all the values, so&lt;/P&gt;&lt;P&gt;All&amp;nbsp; -- value1 and value2 and value3&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 16:40:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603820#M13079</guid>
      <dc:creator>Steve_A200</dc:creator>
      <dc:date>2022-06-29T16:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create dropdown static option that is "All" static options combined</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603873#M13087</link>
      <description>&lt;P&gt;What does your query look like when you select all? Open the panel results in a new window and see what the search looks like.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 23:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/603873#M13087</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-06-29T23:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create dropdown static option that is "All" static options combined</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/604347#M13152</link>
      <description>&lt;P&gt;Thanks for the tip on opening the results into the Panel.&lt;/P&gt;&lt;P&gt;For some reason, the Name field is being used as the value being populated into the SPL query, which is very odd.&lt;/P&gt;&lt;P&gt;I got the results working by entering % in the name field and any character in the value seem to work.&lt;/P&gt;&lt;P&gt;Splunk seems to be ignoring the value field and using only the name field in the dropdown menu, which is a different from the previous entries in the same dropdown menu.&lt;/P&gt;&lt;P&gt;I did manage to get it working for now even though.&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 15:54:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Why-am-I-unable-to-create-dropdown-static-option-that-is-quot/m-p/604347#M13152</guid>
      <dc:creator>Steve_A200</dc:creator>
      <dc:date>2022-07-04T15:54:30Z</dc:date>
    </item>
  </channel>
</rss>

