<?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 Arcade Count in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-count/m-p/1562681#M90580</link>
    <description>&lt;P&gt;Use of intersects on two layers (Polygon / Point) and count number of records found&lt;/P&gt;</description>
    <pubDate>Tue, 26 Nov 2024 15:52:45 GMT</pubDate>
    <dc:creator>FrankBrenner</dc:creator>
    <dc:date>2024-11-26T15:52:45Z</dc:date>
    <item>
      <title>Arcade Count</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-count/m-p/1562681#M90580</link>
      <description>&lt;P&gt;Use of intersects on two layers (Polygon / Point) and count number of records found&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 15:52:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-count/m-p/1562681#M90580</guid>
      <dc:creator>FrankBrenner</dc:creator>
      <dc:date>2024-11-26T15:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Arcade Count</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcade-count/m-p/1562694#M90583</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/852322"&gt;@FrankBrenner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're probably looking for something like this, returning the value of the count or similar:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Replace 'PointLayerName' with the actual name of your point layer
var points = FeatureSetByName($map, "PointLayerName");

// Filter points that intersect the current polygon
var intersectingPoints = Filter(points, Intersects($feature, geometry($feature)));

// Count the number of intersecting points
Count(intersectingPoints)&lt;/LI-CODE&gt;&lt;P&gt;Cody&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 16:18:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcade-count/m-p/1562694#M90583</guid>
      <dc:creator>CodyPatterson</dc:creator>
      <dc:date>2024-11-26T16:18:54Z</dc:date>
    </item>
  </channel>
</rss>

