<?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: Follow up to Null versus Not Null in Pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559371#M24604</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, when using the Select Layer by Attribute tool with GDBs (not sure about AGOL/Portal layers), if you see &amp;lt;NULL&amp;gt; in a Values list for a string field, then you have &amp;lt;NULL&amp;gt; written out as text.&amp;nbsp; The Values list never populates NULL (if it is truly NULL and not NULL written as text), so if you see it in their, it is a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume AGOL/Portal layers are the same, but I will have to check and post back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2018 21:45:13 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2018-04-04T21:45:13Z</dc:date>
    <item>
      <title>Follow up to Null versus Not Null in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559368#M24601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Last week I ran into some confusion when trying to use a &lt;EM&gt;FieldName is not null&lt;/EM&gt; expression.&amp;nbsp; See&amp;nbsp;&lt;A href="https://community.esri.com/thread/211900-arcgis-pro-select-by-attribute-is-not-null"&gt;https://community.esri.com/thread/211900-arcgis-pro-select-by-attribute-is-not-null&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There were a number of records that had the string '&amp;lt;Null&amp;gt;' entered as the value which threw me off my game considerably.&amp;nbsp; I talked to the data owner and he jumped on the problem immediately making the proper corrections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today I looked at the data again: it's a feature layer that is published from an enterprise geodatabase feature class to our local portal: the data owner made the edits to the e-gdb feature class.&amp;nbsp; Now when I look at the data via the Select by Attribute tool in Pro, I still see &amp;lt;Null&amp;gt; listed as a value. The expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reach ID&amp;nbsp; is Equal to &amp;lt;Null&amp;gt; fails&amp;nbsp; as it should&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while Reach ID Is Null works, as it should&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Reach ID Is Not Null works as it should&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I still see an issue with the way Pro displays string field values with out quotes: the list displays &amp;lt;Null&amp;gt; as a valid value.&amp;nbsp; After last week's foray, I still would consider this a six character string. ( &amp;lt;,N,u,l,l,&amp;gt;), but it isn't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/400398_pastedImage_1.png" style="width: 620px; height: 736px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/KKramer-esristaff"&gt;KKramer-esristaff&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Chad_Kopplin"&gt;Chad_Kopplin&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/people/Dan_Patterson"&gt;Dan_Patterson&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 15:11:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559368#M24601</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-04-02T15:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Follow up to Null versus Not Null in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559369#M24602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can only speak for languages that implement the concept of 'null'-ness or 'none'-ness&lt;/P&gt;&lt;P&gt;It is either null, or it isn't&amp;nbsp; (ie python is one)&lt;/P&gt;&lt;P&gt;Casting it to a string so it shows '&amp;lt;null&amp;gt;'&amp;nbsp; is just pure evil, confuses people with &amp;lt;null&amp;gt;&lt;/P&gt;&lt;P&gt;I hate any concept of null/none that is not an obvious expression of an impossible value, whether it be text, float or integer.&amp;nbsp; This distinguishes real valid values from a total lack of an observation.&lt;/P&gt;&lt;P&gt;It makes people complacent.&amp;nbsp; We will blunder on regardless of how long we have been programming.&amp;nbsp; -999 was good enough at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;'nuff said&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 15:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559369#M24602</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-04-02T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Follow up to Null versus Not Null in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559370#M24603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;EM&gt;&lt;STRONG&gt;It is either null, or it isn't&amp;nbsp; (ie python is one)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;EM&gt;&lt;STRONG&gt;Casting it to a string so it shows '&amp;lt;null&amp;gt;'&amp;nbsp; is just pure evil, confuses people with &amp;lt;null&amp;gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Absolutely.&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px; font-size: 14px;"&gt;My problem is ArcGIS Pro does not make the distinction when offering &lt;EM&gt;'values'&lt;/EM&gt; in the selection tool like ArcGIS ArcMap does.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2018 15:27:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559370#M24603</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-04-02T15:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Follow up to Null versus Not Null in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559371#M24604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joe, when using the Select Layer by Attribute tool with GDBs (not sure about AGOL/Portal layers), if you see &amp;lt;NULL&amp;gt; in a Values list for a string field, then you have &amp;lt;NULL&amp;gt; written out as text.&amp;nbsp; The Values list never populates NULL (if it is truly NULL and not NULL written as text), so if you see it in their, it is a string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume AGOL/Portal layers are the same, but I will have to check and post back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 21:45:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559371#M24604</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-04-04T21:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Follow up to Null versus Not Null in Pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559372#M24605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are in fact text- the data owner hadn't fixed them. But....&amp;nbsp;&amp;nbsp;I tried a selection where FieldName is Equal To &amp;lt;Null&amp;gt; and it failed.&amp;nbsp; I can't remember now what the error was and now the owner has fixed the data, so &amp;lt;Null&amp;gt; no longer appears in the list.&amp;nbsp; And that's all that matters to me at this point!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2018 22:34:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/follow-up-to-null-versus-not-null-in-pro/m-p/559372#M24605</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-04-04T22:34:44Z</dc:date>
    </item>
  </channel>
</rss>

