<?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 ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355593#M75746</link>
    <description>&lt;P&gt;ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the screenshot below, the “percent” field has records of “null” value. What could be the best way to replace these values with zero with a tool in model builder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_568.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87708i05278629231A9223/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_568.jpg" alt="Clip_568.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2023 10:34:23 GMT</pubDate>
    <dc:creator>JamalNUMAN</dc:creator>
    <dc:date>2023-12-01T10:34:23Z</dc:date>
    <item>
      <title>ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355593#M75746</link>
      <description>&lt;P&gt;ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the screenshot below, the “percent” field has records of “null” value. What could be the best way to replace these values with zero with a tool in model builder?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_568.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87708i05278629231A9223/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_568.jpg" alt="Clip_568.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 10:34:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355593#M75746</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2023-12-01T10:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355664#M75763</link>
      <description>&lt;P&gt;I would feed that table into a select by attribute tool and select rows where &lt;EM&gt;Percent Is Null&lt;/EM&gt;. The output of that tool is a table\featureclass with a selection, that simply feeds into a calculate field tool and you set it to zero.&amp;nbsp; Remember all geoprocessing tools honour selections first, if nothing is selected then the whole dataset is processed.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 14:23:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355664#M75763</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2023-12-01T14:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355841#M75782</link>
      <description>&lt;P&gt;You already have a calculate field in your model.&lt;/P&gt;&lt;P&gt;Did the calculation incorporate checking for Null?&amp;nbsp; If it did, you could assign a 0 value.&lt;/P&gt;&lt;P&gt;for example conceptually&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;if A is None, or B is None:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; return 0&lt;/P&gt;&lt;P&gt;else:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; return A/B * 100&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:37:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355841#M75782</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-01T18:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355847#M75783</link>
      <description>&lt;P&gt;I wanted to replace the records of “null” value with zero BUT to keep the same number of records (which is 253 records) of the attribute table. How this can be performed optimally?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_569.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87770iADDB52E406BF5FE5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_569.jpg" alt="Clip_569.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 18:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355847#M75783</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2023-12-01T18:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355996#M75801</link>
      <description>&lt;P&gt;What is the expression that you used in "calculate field" ?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 21:33:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1355996#M75801</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-12-01T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro 3.0.2: How to replace the records of “null” value with zero with a tool in model builder?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1356013#M75805</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Clip_572.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/87824iF9261C00091F85D1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Clip_572.jpg" alt="Clip_572.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 22:18:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-3-0-2-how-to-replace-the-records-of/m-p/1356013#M75805</guid>
      <dc:creator>JamalNUMAN</dc:creator>
      <dc:date>2023-12-01T22:18:09Z</dc:date>
    </item>
  </channel>
</rss>

