<?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: Sum Multiple Fields in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683032#M30198</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I need to make the NULL value equal to zero&lt;/P&gt;&lt;P&gt;2. I had to select all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2019 18:59:31 GMT</pubDate>
    <dc:creator>Lebowski</dc:creator>
    <dc:date>2019-04-09T18:59:31Z</dc:date>
    <item>
      <title>Sum Multiple Fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683030#M30196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with over 4000 records and I would like to sum across three different field to get a cumulative score.I have attempted this multiple times in the past but I have been unsuccessful,&amp;nbsp;does anyone know how to perform this function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example table, I would like to sum the three fields in red to the 'Final_Score' field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 18:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683030#M30196</guid>
      <dc:creator>Lebowski</dc:creator>
      <dc:date>2019-04-09T18:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Multiple Fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683031#M30197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;!a! + !b! + !c!&amp;nbsp;&lt;/P&gt;&lt;P&gt;make the answer field you want active in the table, launch Field calculate, select python parser, field names enclosed in ! marks, but if you actually select the field names in the calculator expression it will add them rather than my example a, b, c&lt;/P&gt;&lt;P&gt;But what did you try where it didn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 18:52:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683031#M30197</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2019-04-09T18:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Multiple Fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683032#M30198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I figured it out.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I need to make the NULL value equal to zero&lt;/P&gt;&lt;P&gt;2. I had to select all the records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2019 18:59:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683032#M30198</guid>
      <dc:creator>Lebowski</dc:creator>
      <dc:date>2019-04-09T18:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Multiple Fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683033#M30199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking to do a similar task but instead of three fields, I have 50. Any ideas on how to avoid typing in 50 versions of !attributeA! + !AttributeB! + ...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any input would be appreciated.&lt;/P&gt;&lt;P&gt;DaveJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2019 19:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683033#M30199</guid>
      <dc:creator>DavidJeffers1</dc:creator>
      <dc:date>2019-09-17T19:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Multiple Fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683034#M30200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;import&lt;/SPAN&gt; arcpy
fields &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;ListFields&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="operator token"&gt;&amp;lt;&lt;/SPAN&gt;your_feature_class_or_table&lt;SPAN class="operator token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;
fieldnames &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;field&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;name &lt;SPAN class="keyword token"&gt;for&lt;/SPAN&gt; field &lt;SPAN class="keyword token"&gt;in&lt;/SPAN&gt; fields&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;
lazyman_string &lt;SPAN class="operator token"&gt;=&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"!"&lt;/SPAN&gt; &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;join&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fieldnames&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"!"&lt;/SPAN&gt;
‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 04:44:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683034#M30200</guid>
      <dc:creator>Arne_Gelfert</dc:creator>
      <dc:date>2021-12-12T04:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Multiple Fields</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683035#M30201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is this problem addressed in Pro when &amp;lt;null&amp;gt; is an appropriate value? Is there an 'else if' approach to summarizing across fields but excluding the &amp;lt;null&amp;gt; values? Part 2: How to calculate for the frequency of a 0 or 1 but not &amp;lt;null&amp;gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2020 00:08:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/sum-multiple-fields/m-p/683035#M30201</guid>
      <dc:creator>MōnoSimeone</dc:creator>
      <dc:date>2020-02-19T00:08:59Z</dc:date>
    </item>
  </channel>
</rss>

