<?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: Intersect Popups in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012548#M37857</link>
    <description>&lt;P&gt;Just to clarify, are you looking to find the total number of permits in each polygon, or to list the permits for each polygon?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Dec 2020 21:04:52 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-12-28T21:04:52Z</dc:date>
    <item>
      <title>Intersect Popups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012542#M37856</link>
      <description>&lt;P&gt;I currently have a webmap that consists of two layers. One is a polygon layers which represents parcels, and the other is a points layer that represents issued permits. I would like for the AGOL popup to show a list of the permits issued for each parcel, but&amp;nbsp; am unsure of the arcade statement. As of right now, I have this expression, but it fails to return results:&amp;nbsp;&lt;/P&gt;&lt;P&gt;var intersectLayer =Intersects(FeatureSetByName($map,"Permits Issued"), $feature)&lt;/P&gt;&lt;P&gt;for (var f in intersectLayer){&lt;BR /&gt;return f.NAME&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The permits layer is called "Permits Issued" in the web map. The field I would like to display in the popup is called "PermitType". Can anyone advise me on what I may be doing wrong? Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 20:42:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012542#M37856</guid>
      <dc:creator>JasonSimpson</dc:creator>
      <dc:date>2020-12-28T20:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect Popups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012548#M37857</link>
      <description>&lt;P&gt;Just to clarify, are you looking to find the total number of permits in each polygon, or to list the permits for each polygon?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:04:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012548#M37857</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-28T21:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect Popups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012549#M37858</link>
      <description>&lt;P&gt;The list of the permits. We issue about twenty different permits, so I am looking for a person to click the parcel and see every permit that has been issued. However, the total amount of permits would be a nice addition. Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 21:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012549#M37858</guid>
      <dc:creator>JasonSimpson</dc:creator>
      <dc:date>2020-12-28T21:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Intersect Popups</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012671#M37862</link>
      <description>&lt;P&gt;The Arcade expression you have here will give the total number. I recently used the same expression for a viewer, and it works great!&lt;/P&gt;&lt;P&gt;As far as listing permits, that's unfortunately currently out of my realm of knowledge, however, I am working on researching that for a project I'm doing as well, so I will certainly share any info that I discover back here.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:46:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/intersect-popups/m-p/1012671#M37862</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-12-29T16:46:30Z</dc:date>
    </item>
  </channel>
</rss>

