<?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 Multiselect values as table input? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-values-as-table-input/m-p/380588#M111368</link>
    <description>&lt;P&gt;I have a multiselect dropdown. I also have a stat table which utilizes a KVstore. I want the multiselect values to filter the table How do I do this?&lt;/P&gt;

&lt;P&gt;The multiselect has the token $product$. The table is just a column from a KVstore:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup product_color.csv 
|search product="$product$"
| table color
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do I have to do something to $product$ before using it as a filter if there are multiple values?&lt;/P&gt;</description>
    <pubDate>Wed, 02 May 2018 23:03:41 GMT</pubDate>
    <dc:creator>matstap</dc:creator>
    <dc:date>2018-05-02T23:03:41Z</dc:date>
    <item>
      <title>Multiselect values as table input?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-values-as-table-input/m-p/380588#M111368</link>
      <description>&lt;P&gt;I have a multiselect dropdown. I also have a stat table which utilizes a KVstore. I want the multiselect values to filter the table How do I do this?&lt;/P&gt;

&lt;P&gt;The multiselect has the token $product$. The table is just a column from a KVstore:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup product_color.csv 
|search product="$product$"
| table color
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Do I have to do something to $product$ before using it as a filter if there are multiple values?&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 23:03:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-values-as-table-input/m-p/380588#M111368</guid>
      <dc:creator>matstap</dc:creator>
      <dc:date>2018-05-02T23:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiselect values as table input?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Multiselect-values-as-table-input/m-p/380589#M111369</link>
      <description>&lt;P&gt;Follow example from below link to setup your multiselect to user valuePrefix, valueSuffix and delimiter (basically replace sourcetype with product in the example code for multiselect input) and change your query like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup product_color.csv | search $prodct$ | table color
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/7.0.3/Viz/tokens#Multiselect_input_example"&gt;http://docs.splunk.com/Documentation/Splunk/7.0.3/Viz/tokens#Multiselect_input_example&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 May 2018 23:13:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Multiselect-values-as-table-input/m-p/380589#M111369</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-05-02T23:13:25Z</dc:date>
    </item>
  </channel>
</rss>

