<?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: Programmatically filter attribute table in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370379#M9882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. Got it.&lt;/P&gt;&lt;P&gt;At the risk to be an idiotic question here is:&lt;/P&gt;&lt;P&gt;I am modifying the&amp;nbsp; _FeatureTable.js which is under the AT/table&amp;nbsp; folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code presented here is to call the&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;attWidget&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;_activeTable&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where attWidget is AT widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp;&lt;SPAN&gt;_FeatureTable.js how to get access to the _activeTable function which in the widget.js?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to re-create the _activeTable in the current file?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Mar 2019 19:31:07 GMT</pubDate>
    <dc:creator>LefterisKoumis</dc:creator>
    <dc:date>2019-03-01T19:31:07Z</dc:date>
    <item>
      <title>Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370361#M9864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear Readers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for taking the time to read the contents of the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to programmatically filter records of the attribute grid?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there is a filter menu that open a popup window which allows the users to select the column by which the condition should be applied.&amp;nbsp; it also provides the ability to add 1 or 2 more columns with the option to make it ANY or AND.\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to perform this operation programmatically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 21:39:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370361#M9864</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2016-06-17T21:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370362#M9865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using Web AppBuilder, you can add the Query Widget to your web app. Using this query widget can be an interactive filter than can create an operational layer which can be viewed in the attribute table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Info on out-of-the-box query widget:&lt;/P&gt;&lt;P&gt;&lt;A href="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-query.htm" title="https://doc.arcgis.com/en/web-appbuilder/create-apps/widget-query.htm"&gt;Query widget—Web AppBuilder for ArcGIS | ArcGIS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Info on developer edition query widget:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/api-reference/query.htm" title="https://developers.arcgis.com/web-appbuilder/api-reference/query.htm"&gt;Query—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 21:46:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370362#M9865</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-06-17T21:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370363#M9866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good afternoon.&amp;nbsp;&amp;nbsp; thanks for replying quickly.&amp;nbsp; Sorry I did not give too many details and tried to keep the question simple.&amp;nbsp; To explain my situation, I have provide a detailed explanation as to why we want this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our feature n map server layer is of national extent. we implemented a widget using the sample blank widget template from ESRI with state/county/ and point feature layer names for a&amp;nbsp; guided navigation for 2 purposes:&lt;/P&gt;&lt;P&gt;1. to search a point feature by state/county as people using this might not know the actual geographic location,&lt;/P&gt;&lt;P&gt;2. lock down users based on the state they are allowed to view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a user who is allowed to work on California, the state dropdown has only 1 entry and when the users select that 1 entry, all other point features are hidden when&amp;nbsp; the application also zooms to California extent.&amp;nbsp; The application would load all the counties of CA.&amp;nbsp; NV state features are set to hidden from the feature layer display on the map element.&amp;nbsp; the attribute grid changes to reflect the dams in the new extent but contains NV and AZ state records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we want to accomplish is that when we are programmatically removing point features belonging to NV and AZ from the visible extent after the application zooms to CA, at the same time, we want to programmatically do something as though the user click on filter by attributes of the attribute table to set the NV and AZ point feautres to hidden.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are already using eSearch wizard (by Mr. Robert S., GISP of AL) for our searching and report creation purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks once again for your help.&amp;nbsp; have a good weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 22:44:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370363#M9866</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2016-06-17T22:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370364#M9867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of our ESRI support staff requested us to use Select by option instead of the on-demand option while loading another layer.&amp;nbsp; this is after the web map to facilitate the 'smoother' hiding of features in different state/county. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After we implemented the Select By option for the layer, the web app builder code does not know about the newly added Select by option layer and the jimu based WAB functions work fine with the on-demand layers that are coming from Web map residing in the portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right now with the on-demand feature layers coming from web map are working in a fine way with all other WAB functions and the only hitch is the attribute grid filtering.&amp;nbsp;&amp;nbsp; so if we fix the attribute grid then we have addressed our end users' needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 22:49:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370364#M9867</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2016-06-17T22:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370365#M9868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have done this for the vanilla JS API so I should be able to come up with something for the AT Widget too. I'll keep you posted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jun 2016 07:01:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370365#M9868</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-06-18T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370366#M9869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So here is the code to add to some function to apply a filter to the Attribute Table Widget. This assumes that you are going to have the AT widget loaded and open already:&lt;/P&gt;&lt;P&gt;You will need to add the WidgetManager require: 'jimu/WidgetManager'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.wManager = WidgetManager.getInstance();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (this.wManager) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var widgetCfg = this._getWidgetConfig('AttributeTable');
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(widgetCfg){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var attWidget = this.wManager.getWidgetByLabel(widgetCfg.label);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(attWidget){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; this.wManager.openWidget(attWidget);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var partsObj = {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "expr": "Crime_Type='Auto Theft'",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "parts": []
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; console.info(attWidget);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var activeTable = attWidget._tableFunctionController.getActiveTable();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activeTable.setFilterObj(partsObj);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activeTable.refresh();
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here is the support function called above:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _getWidgetConfig: function(widgetName){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var widgetCnfg = null;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.some(this.wManager.appConfig.widgetPool.widgets, function(aWidget) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(aWidget.name == widgetName) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widgetCnfg = aWidget;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return true;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return false;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(!widgetCnfg){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /*Check OnScreen widgets if not found in widgetPool*/
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; array.some(this.wManager.appConfig.widgetOnScreen.widgets, function(aWidget) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(aWidget.name == widgetName) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; widgetCnfg = aWidget;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return true;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return false;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return widgetCnfg;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/PRE&gt;&lt;P&gt;,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:09:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370366#M9869</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T17:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370367#M9870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good morning. thank you for the reply.&amp;nbsp; we will use the code and confirm it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks once again for your support to the entire js, WAB community.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2016 15:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370367#M9870</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2016-06-20T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370368#M9871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert! Your above code was absolutely perfect and exactly what we needed - thanks so much - just had one last quick question if you don't mind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We implemented your code inside of our custom widget, but once the user is finished working with it and closes it, we would like to return the Attribute Table back to its original working application logic. In other words, clear out any custom filtering we have implemented via our "partsObj" expression, and have the Attribute table behave exactly as it did out of the box (display all items that fall within the currently displayed extent of the map). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a simple technique for accomplishing this whenever our widget is closed? Thanks so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:07:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370368#M9871</guid>
      <dc:creator>friskyweasel</dc:creator>
      <dc:date>2016-07-18T14:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370369#M9872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frisky Weasel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I Have not tested this but it should be as simple as setting the expr to 1=1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var partsObj = { 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "expr": "1=1", 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "parts": [] 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; };&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var activeTable = attWidget._tableFunctionController.getActiveTable(); 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activeTable.setFilterObj(partsObj); 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; activeTable.refresh();&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:09:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370369#M9872</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T17:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370370#M9873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the quick reply Robert - yes in retrospect I guess that should have been pretty obvious ; ). We will definitely try it - thanks a bunch for all of your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 14:45:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370370#M9873</guid>
      <dc:creator>friskyweasel</dc:creator>
      <dc:date>2016-07-18T14:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370371#M9874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fyi Robert, you text says "1=1", your sample code says "1-1".&amp;nbsp; Might want to fix which ever is incorrect (assuming is should be 1=1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 15:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370371#M9874</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2016-07-18T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370372#M9875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rebecca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2016 16:10:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370372#M9875</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-07-18T16:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370373#M9876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my colleague Mark (Frisky Weasel) was working on this issue and I forgot to check back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a good weekend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 17:56:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370373#M9876</guid>
      <dc:creator>Ravichandran_M_Kaushika</dc:creator>
      <dc:date>2016-07-22T17:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370374#M9877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked beautifully Robert - thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 18:07:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370374#M9877</guid>
      <dc:creator>friskyweasel</dc:creator>
      <dc:date>2016-07-22T18:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370375#M9878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Robert. It seems that this solution cannot implemented with the latest WAB since &lt;SPAN&gt;tableFunctionController&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;is no longer available. Do you have any alternative way?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 17:49:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370375#M9878</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2019-03-01T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370376#M9879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 2.11 this is what you need:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; partsObj &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;   
  &lt;SPAN class="string token"&gt;"expr"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"1=1"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;   
  &lt;SPAN class="string token"&gt;"parts"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;   
&lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;    
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; activeTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; attWidget&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_activeTable&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;   
activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setFilterObj&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;partsObj&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;   
activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;refresh&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; &lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:10:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370376#M9879</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T17:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370377#M9880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;THank you Robert. However, I was referring to the query and not the solution for initializing the AT.&lt;/P&gt;&lt;P&gt;But based on your response this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;attWidget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;  
              &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;wManager&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;openWidget&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;attWidget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
              &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; partsObj &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;  
                &lt;SPAN class="string token"&gt;"expr"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Crime_Type='Auto Theft'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;  
                &lt;SPAN class="string token"&gt;"parts"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;  
              &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
              console&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;info&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;attWidget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
              &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; activeTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; attWidget&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_tableFunctionController&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getActiveTable&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
              activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setFilterObj&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;partsObj&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
              activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;refresh&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  ‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;needs to be modified to this, line 7?&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;if&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;attWidget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;  
              &lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;wManager&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;openWidget&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;attWidget&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
              &lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; partsObj &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;{&lt;/SPAN&gt;  
                &lt;SPAN class="string token"&gt;"expr"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Crime_Type='Auto Theft'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;  
                &lt;SPAN class="string token"&gt;"parts"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;:&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;  
              &lt;SPAN class="punctuation token"&gt;}&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;  
&lt;SPAN class="keyword token"&gt;var&lt;/SPAN&gt; activeTable &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; attWidget&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;_activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;active&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;?&lt;/SPAN&gt;
activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;setFilterObj&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;partsObj&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;   
activeTable&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;refresh&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt; ‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 17:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370377#M9880</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2021-12-11T17:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370378#M9881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope. it is exactly like I posted previously. Just change the expr to whatever you desire.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 18:32:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370378#M9881</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-01T18:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370379#M9882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok. Got it.&lt;/P&gt;&lt;P&gt;At the risk to be an idiotic question here is:&lt;/P&gt;&lt;P&gt;I am modifying the&amp;nbsp; _FeatureTable.js which is under the AT/table&amp;nbsp; folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code presented here is to call the&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #000000; background: #f5f2f0; border: 0px; margin: 0.5em 0px; padding: 1em 1em 1em 3.8em;"&gt;&lt;CODE style="border: 0px; font-weight: inherit;"&gt;attWidget&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;.&lt;/SPAN&gt;_activeTable&lt;SPAN class="" style="color: #999999; border: 0px; font-weight: inherit;"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;where attWidget is AT widget.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the&amp;nbsp;&lt;SPAN&gt;_FeatureTable.js how to get access to the _activeTable function which in the widget.js?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do I need to re-create the _activeTable in the current file?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 19:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370379#M9882</guid>
      <dc:creator>LefterisKoumis</dc:creator>
      <dc:date>2019-03-01T19:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Programmatically filter attribute table</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370380#M9883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lefteris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The attWidget is a reference to the AttributeTable widget (That could be coming from any widget). I was not providing code specific to the _FeatureTable.js, actually I am not sure why you would can to do it there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Mar 2019 19:39:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/programmatically-filter-attribute-table/m-p/370380#M9883</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2019-03-01T19:39:42Z</dc:date>
    </item>
  </channel>
</rss>

