<?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 Enter NULL as Value in Unique Value Renderer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283660#M68512</link>
    <description>&lt;P&gt;I'm having a very difficult time adding NULL values to a unique value renderer.&amp;nbsp; I am using 3 fields and I want to enter in all possible combinations even though I don't have all the values in the data, but it says that &amp;lt;Null&amp;gt; is an invalid type.&amp;nbsp; I have no idea how they want you to enter NULL manually.&amp;nbsp; I even tried creating all the values in the data, but the tool to add all values wouldn't add value triplets even though the data was saved and clearly present.&amp;nbsp; I reentered the data and some values would show up and not others.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 00:00:32 GMT</pubDate>
    <dc:creator>NathanHeickLACSD</dc:creator>
    <dc:date>2023-04-28T00:00:32Z</dc:date>
    <item>
      <title>Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283660#M68512</link>
      <description>&lt;P&gt;I'm having a very difficult time adding NULL values to a unique value renderer.&amp;nbsp; I am using 3 fields and I want to enter in all possible combinations even though I don't have all the values in the data, but it says that &amp;lt;Null&amp;gt; is an invalid type.&amp;nbsp; I have no idea how they want you to enter NULL manually.&amp;nbsp; I even tried creating all the values in the data, but the tool to add all values wouldn't add value triplets even though the data was saved and clearly present.&amp;nbsp; I reentered the data and some values would show up and not others.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:00:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283660#M68512</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2023-04-28T00:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283662#M68513</link>
      <description>&lt;P&gt;NULL is a translation of an appropriate nodata value, you can't enter NULL.&amp;nbsp; If the groupings are strings and you are using&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/arcpy/mapping/uniquevaluerenderer-class.htm" target="_blank"&gt;UniqueValueRenderer—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;you would have to provide a text value to represent nodata/null/none&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:10:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283662#M68513</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-04-28T00:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283664#M68514</link>
      <description>&lt;P&gt;Thanks Dan,&lt;/P&gt;&lt;P&gt;Do you know what NULL would be for a short?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:13:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283664#M68514</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2023-04-28T00:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283667#M68516</link>
      <description>&lt;P&gt;None... in python,&lt;/P&gt;&lt;P&gt;a nodata value could be anything, it is the user that decides for the mostpart&lt;/P&gt;&lt;P&gt;For text, it could be None, "", '', "this is my nodata value" ...&lt;/P&gt;&lt;P&gt;For integers that can only be in the range 0 to 255, then -1 could be used for a nodata value.&lt;/P&gt;&lt;P&gt;Some packages, like numpy, scipy etc, use the concept of&lt;/P&gt;&lt;P&gt;NaN&amp;nbsp; &amp;nbsp;... that is... not a number&lt;/P&gt;&lt;P&gt;NaT&amp;nbsp; &amp;nbsp;... that is ... not a time&lt;/P&gt;&lt;P&gt;You really have to provide what you have and what you want to do, rather than figuring out the "null" thing for now.&amp;nbsp; What are your groupings as per the link I sent.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:21:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283667#M68516</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-04-28T00:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283670#M68518</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;What I am referring to is how to type in NULL in the UI?&amp;nbsp; If the NULL values are in the data, it will add them.&amp;nbsp; If I want to type them in, it says invalid data type if I type in &amp;lt;Null&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NathanHeickLACSD_0-1682641908151.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/69399i4D24F0A2D7EAEB7E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="NathanHeickLACSD_0-1682641908151.png" alt="NathanHeickLACSD_0-1682641908151.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 00:33:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283670#M68518</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2023-04-28T00:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283691#M68521</link>
      <description>&lt;P&gt;value column&lt;/P&gt;&lt;P&gt;-1, -1, -1&lt;/P&gt;&lt;P&gt;2, 0, -1&lt;/P&gt;&lt;P&gt;2, 1, -1&lt;/P&gt;&lt;P&gt;3, 0, -1&lt;/P&gt;&lt;P&gt;3, -1, -1&lt;/P&gt;&lt;P&gt;3, 1, -1&lt;/P&gt;&lt;P&gt;4, 0, -1&lt;/P&gt;&lt;P&gt;-1, -1, 1&lt;/P&gt;&lt;P&gt;Your values are integers, hence you have to use an integer to represent nodata&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 03:08:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283691#M68521</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2023-04-28T03:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enter NULL as Value in Unique Value Renderer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283934#M68557</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;I was able to get it to work by extracting the .aprx and editing the XML.&amp;nbsp; NULL was stored as &amp;lt;Null&amp;gt; in the XML.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 16:07:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/enter-null-as-value-in-unique-value-renderer/m-p/1283934#M68557</guid>
      <dc:creator>NathanHeickLACSD</dc:creator>
      <dc:date>2023-04-28T16:07:29Z</dc:date>
    </item>
  </channel>
</rss>

