<?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: Can attribute table results be limited to map extent by default? in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280170#M7420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those sections of code were for 1.1.&amp;nbsp; There may be something else in the code that is controlling the behavior.&amp;nbsp; I would make sure you clear your browser cache and I've also found I need to back out of WAB builder and get back into after making certain changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Dec 2015 18:59:25 GMT</pubDate>
    <dc:creator>NicholasBarger</dc:creator>
    <dc:date>2015-12-17T18:59:25Z</dc:date>
    <item>
      <title>Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280155#M7405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I do not want all records of a layer's attribute table to be loaded into the attribute table. Can the config_Attribute Table.json be modified to limit results to the map extent by default, and only when the layer's scale range has been reached? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 18:29:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280155#M7405</guid>
      <dc:creator>MikeMartin</dc:creator>
      <dc:date>2015-02-05T18:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280156#M7406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same question....specifically in the WAB dev edition for me.&amp;nbsp; And using some of &lt;A href="https://community.esri.com/migrated-users/3101"&gt;Robert Scheitlin, GISP&lt;/A&gt;‌ custom widgets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 19:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280156#M7406</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-02-05T19:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280157#M7407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mike and Rebecca,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is not configuration option for this but it is a really simple one line code change if you are using the WAB Dev version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client\stemapp\widgets\AttributeTable\widget.js line 185.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14231696882933644 jive_text_macro" jivemacro_uid="_14231696882933644"&gt;&lt;P&gt;this.matchingMap = false;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;change to:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1423169716156323" jivemacro_uid="_1423169716156323"&gt;&lt;P&gt;this.matchingMap = true;&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280157#M7407</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-02-05T20:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280158#M7408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, that worked great.&lt;/P&gt;&lt;P&gt;Note: Of course it does not transfer forward to existing apps, so if anyone else uses this, remember to also update your&amp;nbsp; &lt;STRONG&gt;\server\apps\&amp;lt;app#&amp;gt;\widgets\AttributeTable\widget.js&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interesting observation of odd behavior, even though it definitely works, the Options checkbox started off as unchecked.&amp;nbsp;&amp;nbsp; Checking didn't seem to change anything the first time...but doing it a few times did.&amp;nbsp; So, the togle timing is a bit strange, but not an issue in my opinion, since I would rather have it always filtered.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;EDITED:&amp;nbsp; Not totally strange behavior, its just the initial checkbox isn't checked.&amp;nbsp; After code modification, firing up the app and revieiwing attribute table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;- filter box unchecked, but table filtered&amp;nbsp; (minor graphical issue)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;- manually check the box - table filtered, as expected&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;- manualy uncheck the box - table goes back to being unfiltered.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3334ca;"&gt;so, just a very minor checkbox thing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't mark your answer as "correct", but hopefully Mike will after he's tested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 21:50:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280158#M7408</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2015-02-05T21:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280159#M7409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is beautiful! Thank you Robert.&amp;nbsp; Worked like a charm. I appreciate your help. Thanks also Rebecca.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 11:37:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280159#M7409</guid>
      <dc:creator>MikeMartin</dc:creator>
      <dc:date>2015-02-06T11:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280160#M7410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also change the following line of code so that the box appears checked.&lt;/P&gt;&lt;P&gt;line 1963 this.matchingcheckbox=true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will keep the functionality consistent... i.e. you won't have to check the box and uncheck the box to turn off the spatial filter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2015 19:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280160#M7410</guid>
      <dc:creator>NicholasBarger</dc:creator>
      <dc:date>2015-06-15T19:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280161#M7411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the Attribute Table widget limit the results when the layer's scale range has not been reached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regardless of whether I am using a Web Map or Local Layers, my Attribute Table displays all features in that extent, even if the layer is turned off and not yet at a visible scale range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 16:21:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280161#M7411</guid>
      <dc:creator>MichaelPotter1</dc:creator>
      <dc:date>2015-06-17T16:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280162#M7412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see the same results as you, Michael. The attribute table displays all records within the map extent, regardless of scale dependency or layer visibility. I'll leave it to experts (of which I am not) to say whether or not that can be adjusted.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 10:48:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280162#M7412</guid>
      <dc:creator>MikeMartin</dc:creator>
      <dc:date>2015-06-18T10:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280163#M7413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it can…. Change the following lines of code to default the attribute table to visible extent&lt;/P&gt;&lt;P&gt;*Check the filter by Map Extent by default.&lt;/P&gt;&lt;P&gt;                1. Attribute Widget.js&lt;/P&gt;&lt;P&gt;                2. Change Line 198 this.matchingmap= true&lt;/P&gt;&lt;P&gt;                3. Change line 1963 this.matchingcheckbox=true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 11:11:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280163#M7413</guid>
      <dc:creator>NicholasBarger</dc:creator>
      <dc:date>2015-06-18T11:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280164#M7414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nick, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did change this and it does work for only displaying data in your current extent by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if the data has a scale dependency and is not currently visible at that particular scale or is turn off in your layer list then the data is still listed in the Attribute Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, similar to how the Flex version of the Attribute Table works, if a layer is not turned on then the tab for that layer does not display in the Attribute table and if the layer is not at the visible scale then no data for that layer displays in the Attribute Table(fields are greyed out and "Layer is out of scale range" is displayed"), see image below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/111229_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 21:34:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280164#M7414</guid>
      <dc:creator>MichaelPotter1</dc:creator>
      <dc:date>2015-06-18T21:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280165#M7415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/42001"&gt;Michael Potter&lt;/A&gt; et al does the WAB 1.3 Attrib Widget respect scale dependency?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 16:38:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280165#M7415</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-12-16T16:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280166#M7416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just finished testing and 1.3 still does not respect scale dependency or layers that are turned off. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was really hoping 1.3 would provide this functionality but it does not look good.&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;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280166#M7416</guid>
      <dc:creator>MichaelPotter1</dc:creator>
      <dc:date>2015-12-17T15:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280167#M7417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, does not work. &lt;/P&gt;&lt;P&gt;Line numbers dont match either. There is only 1601 lines in the apps\##\widgets\AttributeTable\Widget.js &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 16:19:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280167#M7417</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-12-17T16:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280168#M7418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; In WAB 1.3 you will find the line to change at 148 and line 1159 (both are currently true so if you do not want the widget to use the maps extent by default then make them false).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 17:06:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280168#M7418</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-17T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280169#M7419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert, &lt;BR /&gt;Always a pleasure reading your posts!&amp;nbsp; Very informative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not using 1.3.&amp;nbsp; Using 1.2&lt;/P&gt;&lt;P&gt;Id rather know the line of code rather than the LN for reference.&amp;nbsp; As those LN do no good for 1.2&lt;/P&gt;&lt;P&gt;The below was changed as per &lt;SPAN style="font-weight: bold; font-size: 12.6px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A href="https://community.esri.com/people/njbarger"&gt;njbarger&lt;/A&gt; &lt;/SPAN&gt; post, which failed to work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changed&amp;nbsp; &lt;SPAN style="color: #f1b259;"&gt;this.matchingMap = false;&amp;nbsp; &lt;SPAN style="color: #303030;"&gt;TO&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;this.matchingMap = true;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;And &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d;"&gt;Changed&lt;SPAN style="color: #f1b259;"&gt; this.matchingCheckBox = null;&lt;/SPAN&gt;&amp;nbsp; TO &lt;SPAN style="color: #e23d39;"&gt;this.matchingCheckBox = true;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 18:40:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280169#M7419</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-12-17T18:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280170#M7420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those sections of code were for 1.1.&amp;nbsp; There may be something else in the code that is controlling the behavior.&amp;nbsp; I would make sure you clear your browser cache and I've also found I need to back out of WAB builder and get back into after making certain changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 18:59:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280170#M7420</guid>
      <dc:creator>NicholasBarger</dc:creator>
      <dc:date>2015-12-17T18:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280171#M7421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok...so a follow-up to the previous message.&amp;nbsp; I changed line 143 this.matchingCheckBox = null; to this this.matchingCheckBox = true; and line 145 from this.matchingMap = false; to this this.matchingMap = true; and it works.&amp;nbsp; The thing I am missing is that the check box does not show as being checked.&amp;nbsp; When I click on the check box the record count doesn't change.&amp;nbsp; When I uncheck the box the record count shows everything in the dataset.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 19:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280171#M7421</guid>
      <dc:creator>NicholasBarger</dc:creator>
      <dc:date>2015-12-17T19:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280172#M7422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; OK in 1.2&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;line 143: this.matchingCheckBox = null; should Not be changed.&lt;/LI&gt;&lt;LI&gt;line 145: this.matchingMap = false; should be changed to true&lt;/LI&gt;&lt;LI&gt;line 1031: checked: false, should be changed to true&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Tested and working in WAB 1.2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 19:16:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280172#M7422</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-12-17T19:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280173#M7423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;File:&amp;nbsp; Server\apps\##\widgets\AttributeTable\Widget.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change code &lt;SPAN style="color: #2e75b6;"&gt;this.matchingMap = false;&amp;nbsp; &lt;/SPAN&gt;TO &lt;SPAN style="color: #c55a11;"&gt;this.matchingMap = True;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt;"&gt;(ln 145 in version 1.2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="1.png" class="image-1 jive-image" height="186" src="https://community.esri.com/legacyfs/online/157569_1.png" style="width: 244px; height: 186.124px;" width="244" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change code &lt;SPAN style="color: #2e75b6;"&gt;checked: false,&amp;nbsp; &lt;/SPAN&gt;TO &lt;SPAN style="color: #c55a11;"&gt;checked: true, &lt;/SPAN&gt;&lt;SPAN style="font-size: 7.0pt;"&gt;(ln 1031 in version 1.2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;IMG alt="2.png" class="image-2 jive-image" height="162" src="https://community.esri.com/legacyfs/online/157570_2.png" style="width: 370px; height: 162.323px;" width="370" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter my Map Extent is enabled (now default) when application is launched.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Final.png" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/157601_Final.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 20:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280173#M7423</guid>
      <dc:creator>MichaelRobb</dc:creator>
      <dc:date>2015-12-17T20:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can attribute table results be limited to map extent by default?</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280174#M7424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In WAB 2.11 where is this option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="" style="color: #000000; background-color: #fbfbfb; border: 0px; font-weight: 400; font-size: 12px; margin: 0px !important; padding: 1px 0px 0px;"&gt;&lt;OL class="" start="1" style="color: #5c5c5c; background-color: #ffffff; border: none; font-weight: inherit; font-size: 12px; margin: 0px 0px 1px 45px !important;"&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="" style="color: #0088e1; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;this&lt;/SPAN&gt;.matchingMap&amp;nbsp;=&amp;nbsp;&lt;SPAN class="" style="color: #0088e1; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;false&lt;/SPAN&gt;;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;P style="color: #000000; background-color: #ffffff; border: 0px; font-weight: 400;"&gt;change to:&lt;/P&gt;&lt;DIV class="" style="color: #000000; background-color: #fbfbfb; border: 0px; font-weight: 400; font-size: 12px; margin: 0px !important; padding: 1px 0px 0px;"&gt;&lt;DIV class="" style="border: 0px; font-weight: inherit; font-size: 12px; padding: 0px 0px 0px 45px;"&gt;&lt;DIV style="border: 0px; font-weight: inherit; font-size: 12px;"&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;OL class="" start="1" style="color: #5c5c5c; background-color: #ffffff; border: none; font-weight: inherit; font-size: 12px; margin: 0px 0px 1px 45px !important;"&gt;&lt;LI class="" style="color: inherit; background-color: #ffffff; border-top: none; border-bottom: none; border-left: 3px solid #6ce26c; border-right: none; font-weight: inherit; font-size: 12px; margin: 0px !important; padding: 0px 3px 0px 10px !important;"&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;&lt;SPAN class="" style="color: #0088e1; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;this&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;.matchingMap&amp;nbsp;=&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #0088e1; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="color: black; background-color: inherit; border: 0px; font-weight: inherit; font-size: 9pt !important;"&gt;;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2019 16:33:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/can-attribute-table-results-be-limited-to-map/m-p/280174#M7424</guid>
      <dc:creator>GeorgeKatsambas</dc:creator>
      <dc:date>2019-01-25T16:33:08Z</dc:date>
    </item>
  </channel>
</rss>

