<?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: Dropdown wildcard in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298923#M19002</link>
    <description>&lt;P&gt;well darn it, the asterisk did show.  The last sentence is supposed to read like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;What I'd like to do is to be able to select ALL values (i.e. *). The dropdown would now have values of *,1,2,3,4,5). Easy enough. The question is how do I structure the query? By using the one above I get no matches because the numberfield is never = "*".
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 14 Feb 2017 20:58:13 GMT</pubDate>
    <dc:creator>dbcase</dc:creator>
    <dc:date>2017-02-14T20:58:13Z</dc:date>
    <item>
      <title>Dropdown wildcard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298922#M19001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have a dropdown that lists individual values (example, 1,2,3,4,5) with a token num.  The query looks like this&lt;/P&gt;

&lt;P&gt;index=blah numberfield="$num$"&lt;/P&gt;

&lt;P&gt;And that works just fine&lt;/P&gt;

&lt;P&gt;What I'd like to do is to be able to select ALL values (i.e. &lt;EM&gt;).  The dropdown would now have values of *,1,2,3,4,5).  Easy enough.  The question is how do I structure the query?  By using the one above I get no matches because the numberfield is never = "&lt;/EM&gt;".&lt;/P&gt;

&lt;P&gt;Help?&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:56:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298922#M19001</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-02-14T20:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown wildcard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298923#M19002</link>
      <description>&lt;P&gt;well darn it, the asterisk did show.  The last sentence is supposed to read like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;What I'd like to do is to be able to select ALL values (i.e. *). The dropdown would now have values of *,1,2,3,4,5). Easy enough. The question is how do I structure the query? By using the one above I get no matches because the numberfield is never = "*".
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Feb 2017 20:58:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298923#M19002</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-02-14T20:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown wildcard</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298924#M19003</link>
      <description>&lt;P&gt;Found it!   &lt;/P&gt;

&lt;P&gt;Change the * to %&lt;/P&gt;

&lt;P&gt;then use the like command&lt;/P&gt;

&lt;P&gt;search|where like(numberfield,"$num$")&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 21:46:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Dropdown-wildcard/m-p/298924#M19003</guid>
      <dc:creator>dbcase</dc:creator>
      <dc:date>2017-02-14T21:46:30Z</dc:date>
    </item>
  </channel>
</rss>

