<?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: ddl in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639538#M109199</link>
    <description>&lt;P&gt;i have tried as below. but didnt work.&lt;/P&gt;&lt;P&gt;code for ddl1&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="dropdown" token="ddl1" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Type&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
       &amp;lt;change&amp;gt;
         &amp;lt;condition value="Manager"&amp;gt;
             &amp;lt;set token="show_address"&amp;gt;true&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
        &amp;lt;condition value="All"&amp;gt;
             &amp;lt;set token="show_address"&amp;gt;true&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
        &amp;lt;condition value="Admin"&amp;gt;
             &amp;lt;unset token="show_address"&amp;gt;&amp;lt;/unset&amp;gt;
        &amp;lt;/condition&amp;gt;
       &amp;lt;/change&amp;gt;

&amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;ddl2 is as below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="dropdown" token="ddl2" depends="$show_address$" searchWhenChanged="true"&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;value getting passed when ddl2 is hidden and when ddl&amp;nbsp; is with "Admin"&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 18:39:11 GMT</pubDate>
    <dc:creator>Jasmine</dc:creator>
    <dc:date>2023-04-11T18:39:11Z</dc:date>
    <item>
      <title>Dropdown List</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639476#M109186</link>
      <description>&lt;P&gt;Based on the value from one dropdownlist i am hiding other drop downlist.(based on condition doing unset the token of 2nd ddl).. Although the dropdownlist got hidden, still value getting passed if we already chosen some value. Initial value set to be 'All'&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 16:39:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639476#M109186</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2023-04-12T16:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: ddl</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639483#M109187</link>
      <description>&lt;P&gt;Tokens will persist even if the drop down list is no longer visible - you could try unsetting the token when the input is hidden. You have already been shown how to do this.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 10:27:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639483#M109187</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2023-04-11T10:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: ddl</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639538#M109199</link>
      <description>&lt;P&gt;i have tried as below. but didnt work.&lt;/P&gt;&lt;P&gt;code for ddl1&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="dropdown" token="ddl1" searchWhenChanged="true"&amp;gt;
      &amp;lt;label&amp;gt;Type&amp;lt;/label&amp;gt;
      &amp;lt;choice value="*"&amp;gt;All&amp;lt;/choice&amp;gt;
       &amp;lt;change&amp;gt;
         &amp;lt;condition value="Manager"&amp;gt;
             &amp;lt;set token="show_address"&amp;gt;true&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
        &amp;lt;condition value="All"&amp;gt;
             &amp;lt;set token="show_address"&amp;gt;true&amp;lt;/set&amp;gt;
        &amp;lt;/condition&amp;gt;
        &amp;lt;condition value="Admin"&amp;gt;
             &amp;lt;unset token="show_address"&amp;gt;&amp;lt;/unset&amp;gt;
        &amp;lt;/condition&amp;gt;
       &amp;lt;/change&amp;gt;

&amp;lt;initialValue&amp;gt;*&amp;lt;/initialValue&amp;gt;
      &amp;lt;default&amp;gt;*&amp;lt;/default&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;ddl2 is as below:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="dropdown" token="ddl2" depends="$show_address$" searchWhenChanged="true"&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;value getting passed when ddl2 is hidden and when ddl&amp;nbsp; is with "Admin"&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 18:39:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639538#M109199</guid>
      <dc:creator>Jasmine</dc:creator>
      <dc:date>2023-04-11T18:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: ddl</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639548#M109201</link>
      <description>&lt;P&gt;Read the docs or forms and simplexml.&amp;nbsp; You can just "unset" the control's form and value manually to force it to reset to it's default value.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 20:07:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Dropdown-List/m-p/639548#M109201</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2023-04-11T20:07:38Z</dc:date>
    </item>
  </channel>
</rss>

