<?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 Create popup with attributes from multiple layers in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1069973#M40752</link>
    <description>&lt;P&gt;I'm trying to create a custom pop up that includes attributes from multiple layers.&amp;nbsp;Based on this &lt;A title="Overlapping Features in Pop-Ups Quick Introduction to Using FeatureSets with Arcade" href="https://community.esri.com/t5/arcgis-online-blog/overlapping-features-in-pop-ups-quick-introduction-to-using/ba-p/890862" target="_blank" rel="noopener"&gt;example&lt;/A&gt;, it seems like FeatureSets should be the way to do this. The problem is this requires a geometry evaluation; e.g., return any features from layer B that intersect the feature I selected on layer A. This is overly complex; all I want returned are the features (if any) from layer A or B located exactly where I clicked - plain old&amp;nbsp; popup behavior. I looked at all the &lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/" target="_blank" rel="noopener"&gt;geometry functions&lt;/A&gt; available but none of them seem to emulate a simple click. Is there a completely different way to accomplish this? Thanks!&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jun 2021 19:47:48 GMT</pubDate>
    <dc:creator>JeffThomasILM</dc:creator>
    <dc:date>2021-06-18T19:47:48Z</dc:date>
    <item>
      <title>Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1069973#M40752</link>
      <description>&lt;P&gt;I'm trying to create a custom pop up that includes attributes from multiple layers.&amp;nbsp;Based on this &lt;A title="Overlapping Features in Pop-Ups Quick Introduction to Using FeatureSets with Arcade" href="https://community.esri.com/t5/arcgis-online-blog/overlapping-features-in-pop-ups-quick-introduction-to-using/ba-p/890862" target="_blank" rel="noopener"&gt;example&lt;/A&gt;, it seems like FeatureSets should be the way to do this. The problem is this requires a geometry evaluation; e.g., return any features from layer B that intersect the feature I selected on layer A. This is overly complex; all I want returned are the features (if any) from layer A or B located exactly where I clicked - plain old&amp;nbsp; popup behavior. I looked at all the &lt;A href="https://developers.arcgis.com/arcade/function-reference/geometry_functions/" target="_blank" rel="noopener"&gt;geometry functions&lt;/A&gt; available but none of them seem to emulate a simple click. Is there a completely different way to accomplish this? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 19:47:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1069973#M40752</guid>
      <dc:creator>JeffThomasILM</dc:creator>
      <dc:date>2021-06-18T19:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1069977#M40753</link>
      <description>&lt;P&gt;The popup itself should display a "X of N" indicator when your clicked location has multiple features.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jcarlson_0-1624046042492.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/16332iEBC1827E3131FE50/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jcarlson_0-1624046042492.png" alt="jcarlson_0-1624046042492.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The content of a single popup is defined by the layer, not the map. The click finds three features with popups, and thus three popups, then returns them as "stacked".&lt;/P&gt;&lt;P&gt;That said, you can usually get what you want if you're willing to&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/intro-popuptemplate/" target="_self"&gt; dig into the JS API for it&lt;/A&gt;. Short of that, you may be able to make a widget in Experience Builder (or Web App Builder - Developer Edition) that can list multiple popups in a single frame.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jun 2021 20:00:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1069977#M40753</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2021-06-18T20:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1083724#M41470</link>
      <description>&lt;P&gt;I'm going to try posting this question here. I have not used Arcade before but obviously I need to learn. I have the exact scenario that&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/268818"&gt;@JeffThomasILM&lt;/a&gt;&amp;nbsp;described but simply I only want to display in the pop-up an attribute from another feature layer. I tried to follow the example provided in this article,&amp;nbsp;&lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-online/data-management/pump-up-your-pop-ups-with-arcade-and-the-living-atlas/" target="_blank" rel="noopener"&gt;"pump-up-your-pop-ups-with-arcade-and-the-living-atlas"&lt;/A&gt;&amp;nbsp;and I think the intersection for spatially related data will work for me, but I'm not having any luck with the two layers I'm working with. They are in a web map and do not have any common attributes but are spatially related. If I could get the expression correct, I can use it to create pop-ups for all the rest of my layers. I appreciate any tips. Thank you. Kristal&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 12:51:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1083724#M41470</guid>
      <dc:creator>KristalWalsh</dc:creator>
      <dc:date>2021-08-02T12:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1305999#M53240</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;The popup itself should display a "X of N" indicator when your clicked location has multiple features.&lt;/P&gt;&lt;P&gt;The content of a single popup is defined by the layer, not the map. The click finds three features with popups, and thus three popups, then returns them as "stacked".&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I know this is how pop-ups routinely work, but it's clunky. It would be much more elegant to construct a single pop-up that shows exactly what I want, be it from one layer or several. If that's only possible with custom JS, that is beyond my or most people's capabilities or time constraints. I guess this should be a feature request - something that's possible on any map, not just certain templates that are likely limiting in some other way.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/363906"&gt;@jcarlson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;That said, you can usually get what you want if you're willing to&lt;A href="https://developers.arcgis.com/javascript/latest/sample-code/intro-popuptemplate/" target="_self"&gt; dig into the JS API for it&lt;/A&gt;. Short of that, you may be able to make a widget in Experience Builder (or Web App Builder - Developer Edition) that can list multiple popups in a single frame.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I will definitely explore what can be done with Experience Builder, thanks. I can't believe it's been 2 years since I posted this - perhaps there are more options now! (probably not with WebApp Builder!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 01:04:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1305999#M53240</guid>
      <dc:creator>JeffThomasILM</dc:creator>
      <dc:date>2023-07-06T01:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1306001#M53241</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/128929"&gt;@KristalWalsh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;... but simply I only want to display in the pop-up an attribute from another feature layer...&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Could you provide more details/examples about what you're trying to do? From your quote above, I'm not understanding why you couldn't just have a pop-up for the one desired layer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 01:08:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1306001#M53241</guid>
      <dc:creator>JeffThomasILM</dc:creator>
      <dc:date>2023-07-06T01:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1548818#M61949</link>
      <description>&lt;P&gt;I am looking to do something similar, here is my use case:&amp;nbsp; I am publishing an identify service that is used in 9-1-1 call centers to identify responders at a call location.&amp;nbsp; Currently, we have a layers that is a union of all the layers, so the regular pop-up is set on that layer and gives them everything they need in one click.&amp;nbsp; The new data model does away with the unioned layer, so now my Fire, Law, and EMS providers are in seperate layers.&amp;nbsp; I dont want the call takers to have to click through the little arrow on the pop-up to see who to send to the emergency, I need it all in one pop-up!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 19:46:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1548818#M61949</guid>
      <dc:creator>KaseyCox</dc:creator>
      <dc:date>2024-10-15T19:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1647321#M66189</link>
      <description>&lt;P&gt;Hi Jeff,&lt;/P&gt;&lt;P&gt;Did you ever come across a solution for this? I am currently trying to work the same scenario and struggling to find a solution as well. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 13:46:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1647321#M66189</guid>
      <dc:creator>JordanHyche_MCI</dc:creator>
      <dc:date>2025-09-02T13:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1647339#M66191</link>
      <description>&lt;P&gt;Unfortunately, no. But this will become an issue again for me in the near future, so I will let you know if I figure anything out!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2025 14:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1647339#M66191</guid>
      <dc:creator>JeffThomasILM</dc:creator>
      <dc:date>2025-09-02T14:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Create popup with attributes from multiple layers</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1647611#M66208</link>
      <description>&lt;P&gt;Thank you, Jeff! I will continue to look for a solution/workaround as well.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 14:02:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/create-popup-with-attributes-from-multiple-layers/m-p/1647611#M66208</guid>
      <dc:creator>JordanHyche_MCI</dc:creator>
      <dc:date>2025-09-03T14:02:29Z</dc:date>
    </item>
  </channel>
</rss>

