<?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: Create labels with attributes from a related table using Arcade in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1507537#M85774</link>
    <description>&lt;P&gt;Yeah, no featuresets in Labelling or Visualization is probably Arcade’s biggest pain point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The Join suggestion is probably the way to go; you can save it as a layer file for others to use and it’ll automatically update when your data does.&lt;/P&gt;</description>
    <pubDate>Sat, 20 Jul 2024 09:53:23 GMT</pubDate>
    <dc:creator>AlfredBaldenweck</dc:creator>
    <dc:date>2024-07-20T09:53:23Z</dc:date>
    <item>
      <title>Create labels with attributes from a related table using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1505947#M85604</link>
      <description>&lt;P&gt;I'm creating labels using Arcade code. The labels are showing groundwater sample results from multiple chemicals at multiple locations. Many of the locations were sample multiple times and the label needs to show all samples for all dates. I have the location data in a point layer and the sample results in a separate related table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a video showing how to use data from a related table to create a popup in AGOL. The code was using&amp;nbsp;FeatureSetByRelationshipName. Is it possible to use that in ArcGIS Pro labels?&amp;nbsp;&lt;/P&gt;&lt;P&gt;The code I am using is somewhat similar to the code in the below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/aec-architecture-engineering-and-construction-blog/use-arcgis-arcade-for-environmental-analytical/ba-p/1299345" target="_blank"&gt;https://community.esri.com/t5/aec-architecture-engineering-and-construction-blog/use-arcgis-arcade-for-environmental-analytical/ba-p/1299345&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jul 2024 20:34:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1505947#M85604</guid>
      <dc:creator>JulieZamudio</dc:creator>
      <dc:date>2024-07-16T20:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create labels with attributes from a related table using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1505968#M85608</link>
      <description>&lt;P&gt;No, featuresets aren't supported this way due to the resource intensity of applying the function for all features being displayed. Popups are a supported profile variable as only one is active at a time&lt;/P&gt;&lt;P&gt;You can:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Use Joins?&lt;/LI&gt;&lt;LI&gt;Calculate fields in the parent table (not dynamic but could be regularly processed)&lt;/LI&gt;&lt;LI&gt;Use some basic functions like sum of related features&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 16 Jul 2024 21:54:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1505968#M85608</guid>
      <dc:creator>ChristopherCounsell</dc:creator>
      <dc:date>2024-07-16T21:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Create labels with attributes from a related table using Arcade</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1507537#M85774</link>
      <description>&lt;P&gt;Yeah, no featuresets in Labelling or Visualization is probably Arcade’s biggest pain point.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The Join suggestion is probably the way to go; you can save it as a layer file for others to use and it’ll automatically update when your data does.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2024 09:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/create-labels-with-attributes-from-a-related-table/m-p/1507537#M85774</guid>
      <dc:creator>AlfredBaldenweck</dc:creator>
      <dc:date>2024-07-20T09:53:23Z</dc:date>
    </item>
  </channel>
</rss>

