<?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: Display a pop-up of points that are within a polygon. in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392839#M19653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kellie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked, and was straight forward!&lt;/P&gt;&lt;P&gt;So I was able to return one of the values, but the relationship is one to many, for example I was only able to return 1 of the sports, is there a way for it to return every single sport, each in its own line item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jul 2020 21:51:07 GMT</pubDate>
    <dc:creator>BenWan</dc:creator>
    <dc:date>2020-07-13T21:51:07Z</dc:date>
    <item>
      <title>Display a pop-up of points that are within a polygon.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392837#M19651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to figure out a way where you can take information from a point layer, and have it appear in a pop-up of a polygon layer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have a property that consists of a building, a basketball court, two tennis courts, and a soccer field. I want to be able to click the polygon and have the pop-up tell me that I have those point features within the polygon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can this be easily done via expressions when you configure the pop-up? If this can be done solely on AGOL that would be great, but I have access to Pro as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2020 21:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392837#M19651</guid>
      <dc:creator>BenWan</dc:creator>
      <dc:date>2020-07-10T21:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display a pop-up of points that are within a polygon.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392838#M19652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This can be done with arcade expressions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This page should be helpful&amp;nbsp;&lt;A href="https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2018/12/10/overlapping-features-in-pop-ups-quick-introduction-to-using-featuresets-with-arcade"&gt;https://community.esri.com/community/gis/web-gis/arcgisonline/blog/2018/12/10/overlapping-features-in-pop-ups-quick-introduction-to-using-featuresets-with-arcade&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 15:08:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392838#M19652</guid>
      <dc:creator>KellieH</dc:creator>
      <dc:date>2020-07-13T15:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Display a pop-up of points that are within a polygon.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392839#M19653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kellie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked, and was straight forward!&lt;/P&gt;&lt;P&gt;So I was able to return one of the values, but the relationship is one to many, for example I was only able to return 1 of the sports, is there a way for it to return every single sport, each in its own line item?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2020 21:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392839#M19653</guid>
      <dc:creator>BenWan</dc:creator>
      <dc:date>2020-07-13T21:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Display a pop-up of points that are within a polygon.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392840#M19654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll give an example of one of the fields in my current project that I am doing this with. This should return a list of all features from the intersect layer (with the field you specify) that intersect with your polygon layer.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;var intersectLayer =Intersects(FeatureSetByName($map,"&lt;STRONG&gt;Layer you want results for&lt;/STRONG&gt;"), $feature)&lt;BR /&gt;var results = [];&lt;BR /&gt;for (var f in intersectLayer){&lt;BR /&gt;&amp;nbsp;results[Count(results)] = f.&lt;STRONG&gt;FIELDYOUWANT&lt;/STRONG&gt;;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;return Concatenate(results, ", ");&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 09:03:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392840#M19654</guid>
      <dc:creator>KellieH</dc:creator>
      <dc:date>2020-07-14T09:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display a pop-up of points that are within a polygon.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392841#M19655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is amazing, you are amazing. Thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 16:37:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392841#M19655</guid>
      <dc:creator>BenWan</dc:creator>
      <dc:date>2020-07-14T16:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display a pop-up of points that are within a polygon.</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392842#M19656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually have another, just random, question. Just popped up in my head and thought it might be cool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to list the features out, and if there are multiple that are the same, list it and have a count next to it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example listing them out like this:&lt;/P&gt;&lt;P&gt;Feature A (5)&lt;/P&gt;&lt;P&gt;Feature B (2)&lt;/P&gt;&lt;P&gt;Feature C (4)&lt;/P&gt;&lt;P&gt;Feature D (1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2020 18:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/display-a-pop-up-of-points-that-are-within-a/m-p/392842#M19656</guid>
      <dc:creator>BenWan</dc:creator>
      <dc:date>2020-07-14T18:24:21Z</dc:date>
    </item>
  </channel>
</rss>

