<?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: How to Use Attributes from Different Layers in a Print Statement? in ArcGIS Online Questions</title>
    <link>https://community.esri.com/t5/arcgis-online-questions/how-to-use-attributes-from-different-layers-in-a/m-p/1341038#M55265</link>
    <description>&lt;P&gt;Could you have more than one sign within a parcel?&amp;nbsp; If so it might be best to build an error of all the signs and then concatenate to a signal return string&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RyanBohan_0-1698169306340.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83835iDE26B9D29A00A08A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RyanBohan_0-1698169306340.png" alt="RyanBohan_0-1698169306340.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 17:43:30 GMT</pubDate>
    <dc:creator>RyanBohan</dc:creator>
    <dc:date>2023-10-24T17:43:30Z</dc:date>
    <item>
      <title>How to Use Attributes from Different Layers in a Print Statement?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-use-attributes-from-different-layers-in-a/m-p/1340932#M55259</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I am pretty new to arcade and have been working in ArcGIS Online and using Arcade to customize the popup for a parcels layer. On the map I have the following layers: Parcels, Floodplains, Sign Zones, and Incentive Zones.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an arcade expression on the Parcels layer that checks to see if a parcel is in a Sign Zone which does work for the most part.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var signs = FeatureSetByName($map, "Sign_Zones")
var sIntersects = Intersects($feature, signs)

if (Count(sIntersects) &amp;gt; 0){
    return{
        type : "text",
        text : "This parcel is within a Sign Zone "
    }
}&lt;/LI-CODE&gt;&lt;P&gt;What I can't get to work, however, are the type/text lines. I want to pull the "Zone Name" Attribute from the Sign Zone layer so that it can read something like this: "Parcel is within Sign Zone 1". Or something along those lines to provide more info to the end user, instead of just saying that it is within a sign zone. I have tried a couple of different ways and I just can't figure it out. Any help would be greatly appreciated!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 15:00:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-use-attributes-from-different-layers-in-a/m-p/1340932#M55259</guid>
      <dc:creator>RemyShipman</dc:creator>
      <dc:date>2023-10-24T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to Use Attributes from Different Layers in a Print Statement?</title>
      <link>https://community.esri.com/t5/arcgis-online-questions/how-to-use-attributes-from-different-layers-in-a/m-p/1341038#M55265</link>
      <description>&lt;P&gt;Could you have more than one sign within a parcel?&amp;nbsp; If so it might be best to build an error of all the signs and then concatenate to a signal return string&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RyanBohan_0-1698169306340.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83835iDE26B9D29A00A08A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RyanBohan_0-1698169306340.png" alt="RyanBohan_0-1698169306340.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 17:43:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-online-questions/how-to-use-attributes-from-different-layers-in-a/m-p/1341038#M55265</guid>
      <dc:creator>RyanBohan</dc:creator>
      <dc:date>2023-10-24T17:43:30Z</dc:date>
    </item>
  </channel>
</rss>

