<?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: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628496#M96948</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/304310"&gt;@Amanda__Huber&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Were you able to get this resolved. I am simply checking because it has been a while and I just wanted to follow up.&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jun 2025 18:28:39 GMT</pubDate>
    <dc:creator>RPGIS</dc:creator>
    <dc:date>2025-06-30T18:28:39Z</dc:date>
    <item>
      <title>ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1623538#M96631</link>
      <description>&lt;P&gt;Has anyone else seen issues when using the&amp;nbsp;Calculate Fields (Multiple) tool, to calculate fields to NULL. I have tested using both Arcade and Python and the tool says it executes successful, but when viewing the data all the records are still there and are not NULL&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Amanda__Huber_0-1749839969357.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/134350iBD9E535F263CBDCA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Amanda__Huber_0-1749839969357.png" alt="Amanda__Huber_0-1749839969357.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Any insight into this would be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amanda Huber&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 18:43:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1623538#M96631</guid>
      <dc:creator>Amanda__Huber</dc:creator>
      <dc:date>2025-06-13T18:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1623546#M96632</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/304310"&gt;@Amanda__Huber&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Have you tried setting the expression to Null if arcade or None if python? Typically the expression should be set to one of these depending on the language you are using.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 19:06:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1623546#M96632</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-06-13T19:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1623588#M96635</link>
      <description>&lt;P&gt;I tested RPGIS's suggestion with the expression being Null if arcade and None if python in ModelBuilder as you had in your graphic.&amp;nbsp; Works as expected.&amp;nbsp; Add Null or None to your expression parameter and it should work.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 21:16:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1623588#M96635</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2025-06-13T21:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628496#M96948</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/304310"&gt;@Amanda__Huber&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Were you able to get this resolved. I am simply checking because it has been a while and I just wanted to follow up.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:28:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628496#M96948</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-06-30T18:28:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628497#M96949</link>
      <description>&lt;P&gt;Apologies for the delay, yes we were able to!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:29:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628497#M96949</guid>
      <dc:creator>Amanda__Huber</dc:creator>
      <dc:date>2025-06-30T18:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628501#M96950</link>
      <description>&lt;P&gt;Great. If it is alright with you I will go ahead and mark my response as the solution.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:31:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628501#M96950</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-06-30T18:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628509#M96951</link>
      <description>&lt;P&gt;Marked it!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:37:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628509#M96951</guid>
      <dc:creator>Amanda__Huber</dc:creator>
      <dc:date>2025-06-30T18:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro- Calculate Fields (Multiple) Respect Null Calculations</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628521#M96955</link>
      <description>&lt;P&gt;Thanks Amanda.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jun 2025 18:55:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-calculate-fields-multiple-respect-null/m-p/1628521#M96955</guid>
      <dc:creator>RPGIS</dc:creator>
      <dc:date>2025-06-30T18:55:14Z</dc:date>
    </item>
  </channel>
</rss>

