<?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: Group Filter Widget - How to make results persist by default? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98405#M2928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert! &amp;nbsp;This worked perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 21:31:01 GMT</pubDate>
    <dc:creator>TimNuteson</dc:creator>
    <dc:date>2017-02-21T21:31:01Z</dc:date>
    <item>
      <title>Group Filter Widget - How to make results persist by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98403#M2926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When users run the Group Filter widget I've configured, there's an option under the settings gear to "Persist after widget is closed" that I want to enable by default. &amp;nbsp;I'm looking for behavior like the standard filter widget, where the widget can be closed and the filter stays applied to the layer. &amp;nbsp;I'm trying to simplify end user experience and would&amp;nbsp;rather not make them dig into settings each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something I can set under the hood to make this happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 17:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98403#M2926</guid>
      <dc:creator>TimNuteson</dc:creator>
      <dc:date>2017-02-21T17:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Group Filter Widget - How to make results persist by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98404#M2927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Sure, In the GroupFilter widget Widget.html find this line:&lt;/P&gt;&lt;PRE class="line-numbers language-markup"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;td&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;class&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;tdData&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;input&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;type&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;checkbox&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-type&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;dijit/form/CheckBox&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="attr-name token"&gt;data-dojo-attach-point&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;chkPersistDef&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-props&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;value:true,checked:false&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;/&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt; ${nls.labels.PersistDefHeading}&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;td&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;And change&amp;nbsp;checked:false to true.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 19:55:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98404#M2927</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-21T19:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Group Filter Widget - How to make results persist by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98405#M2928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert! &amp;nbsp;This worked perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98405#M2928</guid>
      <dc:creator>TimNuteson</dc:creator>
      <dc:date>2017-02-21T21:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Group Filter Widget - How to make results persist by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98406#M2929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great. Don't forget to mark this question as answered then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 21:51:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98406#M2929</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-02-21T21:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Group Filter Widget - How to make results persist by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98407#M2930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;&amp;nbsp;- I am trying to make the group filter persist for multiple instances.&amp;nbsp; For example, if I select&amp;nbsp;polygon ID #1 from the group filter drop down menu, the filter persists when the widget is closed. However, if I select polygon ID #2, then ID #1 disappears from the map.&amp;nbsp; Is it possible to keep both ID #1 and #2 on the map page and only remove them when "Reset" is selected?&amp;nbsp; I tried updating the code as you described, but it did not&amp;nbsp;work in this case. Thank&amp;nbsp;you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2019 23:03:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98407#M2930</guid>
      <dc:creator>Mina</dc:creator>
      <dc:date>2019-04-11T23:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Group Filter Widget - How to make results persist by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98408#M2931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not that I am aware of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Apr 2019 00:10:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/group-filter-widget-how-to-make-results-persist-by/m-p/98408#M2931</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-04-12T00:10:03Z</dc:date>
    </item>
  </channel>
</rss>

