<?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 WAB Filter Widget, how to set dropdown selected option programatically?  in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794444#M4462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using the Filter Widget in an application created with Web AppBuilder 2.11 Developer Edition.&lt;/P&gt;&lt;P&gt;Is there a way I can set programatically the value of a dropdown shown by the filter?&lt;IMG alt="Filter DropDown" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/448887_FilterWidgetDropdown.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the image above I have set up the filter widget to ask for values from a field in a specific layer.&lt;BR /&gt;I want to programatically set that dropdown value so it filters the layer with the corresponding expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value I want to set is already listed in the dropdown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is not possible, is there a way to specify programatically the options that the dropdown must show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramon Velez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 May 2019 21:13:22 GMT</pubDate>
    <dc:creator>RamónVélez</dc:creator>
    <dc:date>2019-05-30T21:13:22Z</dc:date>
    <item>
      <title>WAB Filter Widget, how to set dropdown selected option programatically?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794444#M4462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I'm using the Filter Widget in an application created with Web AppBuilder 2.11 Developer Edition.&lt;/P&gt;&lt;P&gt;Is there a way I can set programatically the value of a dropdown shown by the filter?&lt;IMG alt="Filter DropDown" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/448887_FilterWidgetDropdown.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the image above I have set up the filter widget to ask for values from a field in a specific layer.&lt;BR /&gt;I want to programatically set that dropdown value so it filters the layer with the corresponding expression.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value I want to set is already listed in the dropdown.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is not possible, is there a way to specify programatically the options that the dropdown must show?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramon Velez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 21:13:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794444#M4462</guid>
      <dc:creator>RamónVélez</dc:creator>
      <dc:date>2019-05-30T21:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Filter Widget, how to set dropdown selected option programatically?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794445#M4463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this what you are trying to do?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Predefined values?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/448913_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 21:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794445#M4463</guid>
      <dc:creator>RickeyFight</dc:creator>
      <dc:date>2019-05-30T21:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Filter Widget, how to set dropdown selected option programatically?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794446#M4464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the application I want to show only a specific subset of all the possible values depending on the logged user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I must assign dinamically which values the dropdown must show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 May 2019 22:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794446#M4464</guid>
      <dc:creator>RamónVélez</dc:creator>
      <dc:date>2019-05-30T22:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: WAB Filter Widget, how to set dropdown selected option programatically?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794447#M4465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this you are after?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.esri.com/thread/234807-is-there-any-way-i-can-specify-programmatically-the-options-that-the-dropdown-must-show-in-the-filter-widget"&gt;https://community.esri.com/thread/234807-is-there-any-way-i-can-specify-programmatically-the-options-that-the-dropdown-must-show-in-the-filter-widget&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2019 08:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/wab-filter-widget-how-to-set-dropdown-selected/m-p/794447#M4465</guid>
      <dc:creator>LeoLiu1</dc:creator>
      <dc:date>2019-06-07T08:18:25Z</dc:date>
    </item>
  </channel>
</rss>

