<?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: Finding points within polygon in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1402324#M58387</link>
    <description>&lt;P&gt;In Dashboards the simplest way to do this will be to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add an indicator with the point feature service as input and return count&lt;/LI&gt;&lt;LI&gt;Add an action filter to the polygon to filter the points based on the selected polygon&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can also do something using Arcade to return a feature set in the pop-up or a widget e.g.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/SpatialAggregation.md" target="_blank"&gt;https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/SpatialAggregation.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(thanks to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/popuptemplate-arcade-groupby/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/popuptemplate-arcade-groupby/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2024 02:08:12 GMT</pubDate>
    <dc:creator>ChristopherCounsell</dc:creator>
    <dc:date>2024-03-29T02:08:12Z</dc:date>
    <item>
      <title>Finding points within polygon</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1401918#M58366</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Morning, I am creating a dashboard that is linked to this map here. Ultimately the dashboard is working off the one-point layer that I update daily every morning. I have a buffer in miles that ranges from .5, 1, and 1.5 from the center of the purple polygon layer. My boss is wondering if there is a way to find how many points fall within just that purple boundary as well as the points that fall into each buffer. I explained that while this can be done the fact that I am doing this daily running the summaries within/select by location analysis will create a new layer and it will project wrong information within the dashboard widgets. I know that on the dashboard you can draw a circle to encompass an area and do it that way but there is no way to select that polygon (purple layer). Does anyone know away to do this?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-03-28 09_08_17-Crime Dashboard.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99316i63190AC17A6C6E6B/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-03-28 09_08_17-Crime Dashboard.png" alt="2024-03-28 09_08_17-Crime Dashboard.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 13:23:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1401918#M58366</guid>
      <dc:creator>AdenBetman</dc:creator>
      <dc:date>2024-03-28T13:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Finding points within polygon</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1402324#M58387</link>
      <description>&lt;P&gt;In Dashboards the simplest way to do this will be to:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Add an indicator with the point feature service as input and return count&lt;/LI&gt;&lt;LI&gt;Add an action filter to the polygon to filter the points based on the selected polygon&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You can also do something using Arcade to return a feature set in the pop-up or a widget e.g.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/SpatialAggregation.md" target="_blank"&gt;https://github.com/Esri/arcade-expressions/blob/master/dashboard_data/SpatialAggregation.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;(thanks to&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;)&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/popuptemplate-arcade-groupby/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/sample-code/popuptemplate-arcade-groupby/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 02:08:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1402324#M58387</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-03-29T02:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Finding points within polygon</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1402628#M58393</link>
      <description>&lt;P&gt;Christopher,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I believe I understand your answer but could you point me towards any tutorials that describe the first two options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 16:11:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1402628#M58393</guid>
      <dc:creator>AdenBetman</dc:creator>
      <dc:date>2024-03-29T16:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Finding points within polygon</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1403766#M58415</link>
      <description>&lt;P&gt;You need:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Element supporting actions&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;Map&lt;/LI&gt;&lt;LI&gt;Indicator or other widget&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/knowledge-base/how-to-apply-spatial-filters-on-the-table-element-in-ar-000026989" target="_blank"&gt;https://support.esri.com/en-us/knowledge-base/how-to-apply-spatial-filters-on-the-table-element-in-ar-000026989&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The above has a related guide using table. You could use the polygon table as your input. Suggest playing around once you've got your data in there and looking for the Action &amp;gt; Filter (spatial).&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 11:54:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1403766#M58415</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-04-01T11:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Finding points within polygon</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1577591#M63252</link>
      <description>&lt;P&gt;Hi Aden,&lt;/P&gt;&lt;P&gt;Did you find a way to do this?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naim&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2025 20:43:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/finding-points-within-polygon/m-p/1577591#M63252</guid>
      <dc:creator>MdShahNaimHredoy</dc:creator>
      <dc:date>2025-01-21T20:43:31Z</dc:date>
    </item>
  </channel>
</rss>

