<?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>idea Warning 003571 is not needed when using field calculator to set value to None in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idi-p/1371943</link>
    <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.2.1; File Geodatabase&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In a point feature class, I want to set a text field to null. So I use the Field Calculator tool to set the field to None (Python).&lt;/P&gt;&lt;P&gt;The field calculation works as expected. But I get a strange warning:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;WARNING 003571: Certain rows set to NULL due to error while evaluating python expression: Cannot be evaluated to value.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1705612783498.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92074iB228D17187592880/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1705612783498.png" alt="Bud_1-1705612783498.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Esri says it's working as designed.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Esri Case 03528633 - Field calculation to set values to null/None: WARNING 003571 doesn't make sense&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/calculating-quot-none-quot-using-field-calculator/m-p/1232786/highlight/true#M62365" target="_self"&gt;Calculating "None" Using Field Calculator Yields "WARNING 003571"&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But that warning causes confusion for users.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Idea:&lt;/P&gt;&lt;P&gt;If the user is explicitly setting the value to None, then don't throw that warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2024 21:09:13 GMT</pubDate>
    <dc:creator>Bud</dc:creator>
    <dc:date>2024-01-19T21:09:13Z</dc:date>
    <item>
      <title>Warning 003571 is not needed when using field calculator to set value to None</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idi-p/1371943</link>
      <description>&lt;P&gt;&lt;EM&gt;ArcGIS Pro 3.2.1; File Geodatabase&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In a point feature class, I want to set a text field to null. So I use the Field Calculator tool to set the field to None (Python).&lt;/P&gt;&lt;P&gt;The field calculation works as expected. But I get a strange warning:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;WARNING 003571: Certain rows set to NULL due to error while evaluating python expression: Cannot be evaluated to value.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1705612783498.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92074iB228D17187592880/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1705612783498.png" alt="Bud_1-1705612783498.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Esri says it's working as designed.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Esri Case 03528633 - Field calculation to set values to null/None: WARNING 003571 doesn't make sense&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/calculating-quot-none-quot-using-field-calculator/m-p/1232786/highlight/true#M62365" target="_self"&gt;Calculating "None" Using Field Calculator Yields "WARNING 003571"&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But that warning causes confusion for users.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Idea:&lt;/P&gt;&lt;P&gt;If the user is explicitly setting the value to None, then don't throw that warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 21:09:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idi-p/1371943</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-01-19T21:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 003571 is not needed when using field calculator to set value to None</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1372496#M28098</link>
      <description>&lt;P&gt;I get such a kick out of this warning message every time it comes up.&lt;/P&gt;&lt;P&gt;Task failed... successfully?&lt;/P&gt;&lt;P&gt;I actually looked into this a while ago and found a message from someone I think at ESRI indicating that this was as-designed.&amp;nbsp; It's a weird way to do it from a user-perspective, but there's at least some sense from a back-end perspective.&lt;/P&gt;&lt;P&gt;Bypassing this error for intentional NULLs would mean another check that the system has to do before displaying this error.&amp;nbsp; It's weird, but it's technically more efficient, in theory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unrelated to the topic at hand: I see line numbers in your code block!&amp;nbsp; At last!&amp;nbsp; Is this something that was recently added, or is this a setting I just haven't found, yet?&amp;nbsp; I've long wondered why none of the built-in code block windows show line numbers.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 20:14:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1372496#M28098</guid>
      <dc:creator>MErikReedAugusta</dc:creator>
      <dc:date>2024-01-19T20:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 003571 is not needed when using field calculator to set value to None</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1372506#M28100</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/569244"&gt;@MErikReedAugusta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;About the line numbers in code blocks: Nice, I hadn't noticed. I don't know when that functionality was added to Pro. I didn't enable a setting or anything like that.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_0-1705695680287.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92266i21F0FB781DBDE13B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Bud_0-1705695680287.png" alt="Bud_0-1705695680287.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jan 2024 05:21:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1372506#M28100</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-01-20T05:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 003571 is not needed when using field calculator to set value to None</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1372747#M28108</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/569244"&gt;@MErikReedAugusta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like the row numbers handle word wrapping appropriately, too, which is good.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bud_1-1705860472170.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92337iE0716F0C9A5DC806/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bud_1-1705860472170.png" alt="Bud_1-1705860472170.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Source: &lt;A href="https://community.esri.com/t5/arcgis-pro-questions/arcgis-3-0-2-what-tool-can-select-the-records-with/m-p/1372744/highlight/true#M77703" target="_self"&gt;What tool can select the records with the highest values in a particular field?&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2024 18:08:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1372747#M28108</guid>
      <dc:creator>Bud</dc:creator>
      <dc:date>2024-01-21T18:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Warning 003571 is not needed when using field calculator to set value to None</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1654326#M36311</link>
      <description>&lt;P&gt;Agree! This warning is confusing and unnecessary.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Sep 2025 18:49:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/warning-003571-is-not-needed-when-using-field/idc-p/1654326#M36311</guid>
      <dc:creator>BMCGIS</dc:creator>
      <dc:date>2025-09-30T18:49:02Z</dc:date>
    </item>
  </channel>
</rss>

