<?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 symbolize polygons using graduated colors based on the sum of values in one field, where the values in other fields match. Using ArcGIS Pro and Arcade Expressions. in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556820#M24403</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/323073"&gt;Hayden Hinton&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid that you are not able to do a sum of multiple feature in the symbology profile. You need a calculation to do this. If you cannot change or update the layer, than Arcade&amp;nbsp;will not provide an option for you in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jan 2020 15:09:29 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2020-01-30T15:09:29Z</dc:date>
    <item>
      <title>How to symbolize polygons using graduated colors based on the sum of values in one field, where the values in other fields match. Using ArcGIS Pro and Arcade Expressions.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556819#M24402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a very specific symbology need that has me stumped I am using Arcpro and need a fitting arcade expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a polygon feature class that has only two basic fields that need to be considered, Person and Count, with a person having one or more counts. Here is an example table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Person | Count&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;4&lt;/P&gt;&lt;P&gt;Tim&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;2&lt;/P&gt;&lt;P&gt;Kat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;3&lt;/P&gt;&lt;P&gt;Kat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to symbolize&amp;nbsp;the four polygons based on a color gradient &lt;SPAN style="text-decoration: underline;"&gt;using the sum of each persons' counts&lt;/SPAN&gt;. In other words, I want all of these polygons to be colored based on the sum of his counts (4+2=6) and Kat's polygons based on her counts (3+1=4). So both of Tim's polygons are the same 'cold' color since his sum is lower and Kats are both the same 'hot' color since her sum is higher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the catch: I do not want to edit this table by adding/calculating any fields, or use a new feature class to symbolize. I know I could dissolve on Person and sum the count fields in a new feature class to symbolize, but I want to use this feature class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to be able to change persons around (e.g. give change one of Kat's polygons to Tim) and that symbology will automatically update based on Tim and Kat's new count sums.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So since I can't edit this table, or create a new one, it looks like my only option to work this out is in the symbology options. I think creating a custom expression for the graduated colors symbology option is the way to go. This requires using Arcade, and I just cannot seem to find an arcade expression that fits this need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jan 2020 15:50:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556819#M24402</guid>
      <dc:creator>HaydenHinton</dc:creator>
      <dc:date>2020-01-29T15:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to symbolize polygons using graduated colors based on the sum of values in one field, where the values in other fields match. Using ArcGIS Pro and Arcade Expressions.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556820#M24403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/323073"&gt;Hayden Hinton&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm afraid that you are not able to do a sum of multiple feature in the symbology profile. You need a calculation to do this. If you cannot change or update the layer, than Arcade&amp;nbsp;will not provide an option for you in this case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 15:09:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556820#M24403</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-01-30T15:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to symbolize polygons using graduated colors based on the sum of values in one field, where the values in other fields match. Using ArcGIS Pro and Arcade Expressions.</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556821#M24404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.esri.com/migrated-users/323073"&gt;Hayden Hinton&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case you could do a field calculation, you would probably need something like this:&lt;/P&gt;&lt;PRE class="language-javascript line-numbers"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;return&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;Sum&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;Filter&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;$layer&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Person = '"&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; $feature&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Person &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"'"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"Count"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jan 2020 18:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-symbolize-polygons-using-graduated-colors/m-p/556821#M24404</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2020-01-30T18:57:10Z</dc:date>
    </item>
  </channel>
</rss>

