<?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 the sum of a field based on unique ID in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486456#M84268</link>
    <description>&lt;P&gt;Now I am not a Attribute Rules and/or Arcade expert. But maybe one way could be to look into Attribute Rules using Arcade or simply using Arcade in Field Maps or Map Viewer forms.&lt;/P&gt;&lt;P&gt;The following may help&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-arcade-attribute-rules/td-p/1310157" target="_self"&gt;ArcGIS Pro Arcade Attribute Rules&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://proceedings.esri.com/library/userconf/devsummit19/papers/DevSummitPS_64.pdf" target="_blank" rel="noopener"&gt;https://proceedings.esri.com/library/userconf/devsummit19/papers/DevSummitPS_64.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/how-do-i-sum-an-attribute-within-an-arcade/td-p/197854" target="_self"&gt;How do I sum an attribute within an Arcade featureset created through intersects?&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 17:44:46 GMT</pubDate>
    <dc:creator>Ed_</dc:creator>
    <dc:date>2024-06-06T17:44:46Z</dc:date>
    <item>
      <title>Display the sum of a field based on unique ID</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486122#M84243</link>
      <description>&lt;P&gt;I have an application that our inspectors use to inspect projects sites.&lt;/P&gt;&lt;P&gt;One of the readings they take is rain fall in inches.&lt;/P&gt;&lt;P&gt;The application has a polygon.&amp;nbsp; The polygon contains the Project ID.&lt;/P&gt;&lt;P&gt;The inspector selects the polygon and then selects a link to launch Survey123.&amp;nbsp; They place the pin in Survey123 and complete the inspection survey, which includes adding inches of rain if applicable.&lt;/P&gt;&lt;P&gt;What I would like is a way to display the sum of inches of rain for each project id.&amp;nbsp; The polygons are part of a different feature service.&amp;nbsp; This Project only contains the inspection points&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$feature.PROJECT&amp;nbsp;&lt;/STRONG&gt; &amp;nbsp;this is the identifier for both the polygon and the inspection points. It is unique in the polygon and a number of times for the inspections.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$feature.RAININCHES&lt;/STRONG&gt;&amp;nbsp; this is the field that needs to be grouped by PROJECT and as a SUM&lt;/P&gt;&lt;P&gt;the end result will be viewed in the Field Maps application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 12:20:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486122#M84243</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2024-06-06T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Display the sum of a field based on unique ID</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486456#M84268</link>
      <description>&lt;P&gt;Now I am not a Attribute Rules and/or Arcade expert. But maybe one way could be to look into Attribute Rules using Arcade or simply using Arcade in Field Maps or Map Viewer forms.&lt;/P&gt;&lt;P&gt;The following may help&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-arcade-attribute-rules/td-p/1310157" target="_self"&gt;ArcGIS Pro Arcade Attribute Rules&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://proceedings.esri.com/library/userconf/devsummit19/papers/DevSummitPS_64.pdf" target="_blank" rel="noopener"&gt;https://proceedings.esri.com/library/userconf/devsummit19/papers/DevSummitPS_64.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H1&gt;&lt;FONT size="4"&gt;&lt;A href="https://community.esri.com/t5/arcgis-online-questions/how-do-i-sum-an-attribute-within-an-arcade/td-p/197854" target="_self"&gt;How do I sum an attribute within an Arcade featureset created through intersects?&lt;/A&gt;&lt;/FONT&gt;&lt;/H1&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 17:44:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486456#M84268</guid>
      <dc:creator>Ed_</dc:creator>
      <dc:date>2024-06-06T17:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display the sum of a field based on unique ID</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486493#M84271</link>
      <description>&lt;P&gt;Thanks but I looked a those solutions before posting and I could not get them to work for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 18:06:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/display-the-sum-of-a-field-based-on-unique-id/m-p/1486493#M84271</guid>
      <dc:creator>RobertBorchert</dc:creator>
      <dc:date>2024-06-06T18:06:57Z</dc:date>
    </item>
  </channel>
</rss>

