<?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: Why am I unable to pass values across to multivalue fields? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317712#M161791</link>
    <description>&lt;P&gt;@ssadh would it be possible for you to share the Simple XML code for multi-value fields?&lt;/P&gt;</description>
    <pubDate>Sun, 15 Apr 2018 08:58:38 GMT</pubDate>
    <dc:creator>niketn</dc:creator>
    <dc:date>2018-04-15T08:58:38Z</dc:date>
    <item>
      <title>Why am I unable to pass values across to multivalue fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317707#M161786</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am trying to build a dashboard with 4 MultiValue Input fields.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;MV_field1 with Values MVF1_A, MVF1_B,..... MVF1_N (so on)
MV_field2 with Values MVF2_A,MVF2_B,......MVF2_N
MV_field3 with Values MVF3_A,MVF3_B,......MVF3_N
MV_field4 with Values MVF4_A,MVF4_B,......MVF4_N
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;MV_field2 values depend on MV_field1, MV_field3 depends on MV_field2 and so on.. &lt;/P&gt;

&lt;P&gt;The data is coming from a lookup and the field values are populating for MV_field1 based on this search&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup mylookup.csv
| fields "fieldA" 
| dedup fieldA
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;MV_field2 values are dynamically getting populated by using below search, based on the values I chose from first multivalue input list&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup mylookup.csv
| search "fieldA" IN ($fieldA$)
| dedup fieldB
| fields "fieldB"
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;However, when I select multiple values in MV_field2 along with MV_field1, my third MV_field3 list doest get populated. It gets stuck with message, "Could not create Search." and mouse over shows the message, "Search is waiting for input"&lt;/P&gt;

&lt;P&gt;The search I am using to populate the third input is as below:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| inputlookup mylookup.csv
| search  ("fieldA" IN ($fieldA$)) AND (fieldB IN $fieldB$)
| fields fieldC
| dedup fieldC
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any pointers would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 18:54:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317707#M161786</guid>
      <dc:creator>ssadh_splunk</dc:creator>
      <dc:date>2020-09-29T18:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to pass values across to multivalue fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317708#M161787</link>
      <description>&lt;P&gt;Check if the field names and token names used in your MV_field3 multiselect input query are correct (they are case sensitive). The message suggests that one of the tokens in that query is not resolving to a valid value.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 18:36:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317708#M161787</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2018-04-09T18:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to pass values across to multivalue fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317709#M161788</link>
      <description>&lt;P&gt;Yes, all spellings are correct and case sensitivity is followed across the dashboard. &lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 06:41:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317709#M161788</guid>
      <dc:creator>ssadh_splunk</dc:creator>
      <dc:date>2018-04-10T06:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to pass values across to multivalue fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317710#M161789</link>
      <description>&lt;P&gt;i think you have been editing the same dashboard and saving your dashboard as you build on the tokens, save refresh 2-3 times, log out and log back in...i know it sounds silly but it might just work&lt;/P&gt;</description>
      <pubDate>Sat, 14 Apr 2018 19:20:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317710#M161789</guid>
      <dc:creator>Sukisen1981</dc:creator>
      <dc:date>2018-04-14T19:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to pass values across to multivalue fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317711#M161790</link>
      <description>&lt;P&gt;If the syntax of your second search is working, then format the second half of your third search exactly the way that worked ... &lt;CODE&gt;("fieldB" IN ($fieldB$))&lt;/CODE&gt; .&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 01:12:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317711#M161790</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2018-04-15T01:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why am I unable to pass values across to multivalue fields?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317712#M161791</link>
      <description>&lt;P&gt;@ssadh would it be possible for you to share the Simple XML code for multi-value fields?&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2018 08:58:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-am-I-unable-to-pass-values-across-to-multivalue-fields/m-p/317712#M161791</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2018-04-15T08:58:38Z</dc:date>
    </item>
  </channel>
</rss>

