<?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 Run filter widget automatically in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857280#M11470</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="background-color: #ffffff; border: 0px; padding: 30px 50px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Hello every one, i have application build in web app builder.&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp; I want to make dynamic filter for specific layer using URL query parameter and apply the filter&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;thanks&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt; &lt;/DIV&gt;&lt;DIV class="" style="background-color: #ffffff; border-width: 1px 0px 0px; border-style: solid initial initial initial; border-color: rgba(0, 0, 0, 0.1) initial initial initial; font-size: 14px; padding: 30px 50px;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2018 12:33:15 GMT</pubDate>
    <dc:creator>OracleEsri</dc:creator>
    <dc:date>2018-05-29T12:33:15Z</dc:date>
    <item>
      <title>Run filter widget automatically</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857280#M11470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="background-color: #ffffff; border: 0px; padding: 30px 50px;"&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;Hello every one, i have application build in web app builder.&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;&amp;nbsp; I want to make dynamic filter for specific layer using URL query parameter and apply the filter&amp;nbsp;&lt;/P&gt;&lt;P style="border: 0px; font-weight: inherit;"&gt;thanks&lt;/P&gt;&lt;/DIV&gt;&lt;DIV style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt; &lt;/DIV&gt;&lt;DIV class="" style="background-color: #ffffff; border-width: 1px 0px 0px; border-style: solid initial initial initial; border-color: rgba(0, 0, 0, 0.1) initial initial initial; font-size: 14px; padding: 30px 50px;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 12:33:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857280#M11470</guid>
      <dc:creator>OracleEsri</dc:creator>
      <dc:date>2018-05-29T12:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Run filter widget automatically</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857281#M11471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Sure just add the FilterManager require to what ever js code you want (like MapManager) and use a line like this:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;FilterManager.getInstance().applyWidgetFilter(layerId, null, "your sql expression");&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2018 14:03:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857281#M11471</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-05-29T14:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Run filter widget automatically</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857282#M11472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;can i get value of sql expression from url paramters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2018 05:13:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857282#M11472</guid>
      <dc:creator>OracleEsri</dc:creator>
      <dc:date>2018-05-31T05:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Run filter widget automatically</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857283#M11473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use&amp;nbsp;MapManager.getInstance().&lt;SPAN style="background-color: #ffffff;"&gt;urlParams that will give your the url parameters.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Jun 2018 01:51:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/run-filter-widget-automatically/m-p/857283#M11473</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-06-03T01:51:10Z</dc:date>
    </item>
  </channel>
</rss>

