<?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 Nodata in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/nodata/m-p/1053223#M40430</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I add a no data field to an attribute table (no data and not a value of 0) ?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Apr 2021 15:20:24 GMT</pubDate>
    <dc:creator>MohamadAchour</dc:creator>
    <dc:date>2021-04-30T15:20:24Z</dc:date>
    <item>
      <title>Nodata</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/nodata/m-p/1053223#M40430</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;How can I add a no data field to an attribute table (no data and not a value of 0) ?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Apr 2021 15:20:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/nodata/m-p/1053223#M40430</guid>
      <dc:creator>MohamadAchour</dc:creator>
      <dc:date>2021-04-30T15:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nodata</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/nodata/m-p/1053233#M40431</link>
      <description>&lt;P&gt;Either make a field Nullable in the field properties or you maybe mean how to turn zeros to Null?&lt;/P&gt;&lt;P&gt;I'd say field calculator with a python statement like&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if !Field1! == 0: 
    return None
else:
    return !Field1!&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 30 Apr 2021 15:43:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/nodata/m-p/1053233#M40431</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2021-04-30T15:43:24Z</dc:date>
    </item>
  </channel>
</rss>

