<?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 set multiple values  in the Multiselect dropdown token value in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-to-set-multiple-values-in-the-Multiselect-dropdown-token/m-p/570474#M10098</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239187"&gt;@Thenmozhi1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this on change of first dropdown.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;eval token="form.Filter1"&amp;gt;split("new,rejected",",")&amp;lt;/eval&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case the values are from &amp;nbsp;the same dropdown then try this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;eval token="form.Filter1"&amp;gt;'form.Filter1'&amp;lt;/eval&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;Thanks&lt;BR /&gt;KV&lt;BR /&gt;▄︻̷̿┻̿═━一 &amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Oct 2021 14:24:03 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2021-10-11T14:24:03Z</dc:date>
    <item>
      <title>How to set multiple values  in the Multiselect dropdown token value</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-set-multiple-values-in-the-Multiselect-dropdown-token/m-p/569361#M10097</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to change/control many multi-select dropdowns by one Master_multi-select dropdown value/checks.&lt;/P&gt;&lt;P&gt;So I am trying to use more than one value in the set-token tag. But it is not working, if I give 2 values in the&amp;nbsp;Set-token tag. then it will get merge but if I give a single value then it is working fine.&lt;/P&gt;&lt;P&gt;I tried multiple ways like double quotes, single quotes., etc but I could not find the solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the below example and help me to find a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;set token="form.Filter1"&amp;gt; "new", "rejected" &amp;lt;/set&amp;gt;&lt;/P&gt;&lt;P&gt;out put will be like below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thenmozhi1_0-1633101568540.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16246i608BE24778997991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thenmozhi1_0-1633101568540.png" alt="Thenmozhi1_0-1633101568540.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;But the expectation is like below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Thenmozhi1_2-1633101857075.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/16248iD98963C3A075B873/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Thenmozhi1_2-1633101857075.png" alt="Thenmozhi1_2-1633101857075.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Example in multiselect:-&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="dropdown" token="&lt;STRONG&gt;MasterFilter_Token&lt;/STRONG&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;MasterFilter&amp;lt;/label&amp;gt;&lt;BR /&gt;...,&lt;/P&gt;&lt;P&gt;&amp;lt;change&amp;gt;&lt;BR /&gt;&amp;lt;condition&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;set token="form.Filter1"&amp;gt; "new", "rejected", "closed" &amp;lt;/set&amp;gt;&lt;/P&gt;&lt;P&gt;...,&lt;/P&gt;&lt;P&gt;&amp;lt;/condition&amp;gt;&lt;BR /&gt;&amp;lt;/change&amp;gt;&lt;/P&gt;&lt;P&gt;...,&lt;BR /&gt;Thanks in Advance!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 15:31:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-set-multiple-values-in-the-Multiselect-dropdown-token/m-p/569361#M10097</guid>
      <dc:creator>Thenmozhi1</dc:creator>
      <dc:date>2021-10-01T15:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to set multiple values  in the Multiselect dropdown token value</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-to-set-multiple-values-in-the-Multiselect-dropdown-token/m-p/570474#M10098</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/239187"&gt;@Thenmozhi1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this on change of first dropdown.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;eval token="form.Filter1"&amp;gt;split("new,rejected",",")&amp;lt;/eval&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case the values are from &amp;nbsp;the same dropdown then try this.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;eval token="form.Filter1"&amp;gt;'form.Filter1'&amp;lt;/eval&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;Thanks&lt;BR /&gt;KV&lt;BR /&gt;▄︻̷̿┻̿═━一 &amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;If any of my reply helps you to solve the problem Or gain knowledge, an upvote would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 14:24:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-to-set-multiple-values-in-the-Multiselect-dropdown-token/m-p/570474#M10098</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-10-11T14:24:03Z</dc:date>
    </item>
  </channel>
</rss>

