<?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 Query out features with blank fields in ArcGIS Pro? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/369839#M16187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like it should have an easy solution, but I can't for the life of me find it. I want to query out all features in a layer that do not have a value. I did not create the data, all the features already have their attributes filled in, and there is no "null" value in the blank field I want to query. If I try to just say FIELD is not null in the definition query, everything still shows up including all the features with blank FIELD.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Aug 2020 19:43:52 GMT</pubDate>
    <dc:creator>JuliaSurkis</dc:creator>
    <dc:date>2020-08-04T19:43:52Z</dc:date>
    <item>
      <title>Query out features with blank fields in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/369839#M16187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like it should have an easy solution, but I can't for the life of me find it. I want to query out all features in a layer that do not have a value. I did not create the data, all the features already have their attributes filled in, and there is no "null" value in the blank field I want to query. If I try to just say FIELD is not null in the definition query, everything still shows up including all the features with blank FIELD.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Aug 2020 19:43:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/369839#M16187</guid>
      <dc:creator>JuliaSurkis</dc:creator>
      <dc:date>2020-08-04T19:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Query out features with blank fields in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/369840#M16188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I believe I had the same problem with a text field in the table. I was able to make my query from the table using the "Select by Attribute" tool at the top of the table. In the Select by Attribute dialog I selected "Add Clause", and in that dialog selected my Attribute Field, the comparison value ("is equal to", "is not equal to", etc.), then click on the little slider button marked SQL. In the SQL dialog that comes up, the Clause comes in built except for the value you want to use. In this case where there is no value, I used two single quotes (ex. '' ,with no space). This selected the empty values in the field I was querying.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2020 00:35:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/369840#M16188</guid>
      <dc:creator>ChrisChandler1</dc:creator>
      <dc:date>2020-08-05T00:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query out features with blank fields in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/1088910#M44430</link>
      <description>&lt;P&gt;This works for me.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Aug 2021 15:33:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/1088910#M44430</guid>
      <dc:creator>ElizabethWheeler</dc:creator>
      <dc:date>2021-08-13T15:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query out features with blank fields in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/1113333#M47418</link>
      <description>&lt;P&gt;out of curiousity i tried using the double single quotes, '' , for a definition query that was &amp;lt;field&amp;gt; is not equal to &amp;lt;''&amp;gt; - and that worked for me!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the idea &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/178005"&gt;@ChrisChandler1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 17:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/1113333#M47418</guid>
      <dc:creator>dshap1211</dc:creator>
      <dc:date>2021-11-02T17:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Query out features with blank fields in ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/1306584#M70901</link>
      <description>&lt;P&gt;I tried these steps, but errors. Tool must have been improved. Now, tool allows you to select "is null", apply, and OK. Then, I selected delete from above menu. Nulls removed. Nice and easy.&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jul 2023 16:43:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/query-out-features-with-blank-fields-in-arcgis-pro/m-p/1306584#M70901</guid>
      <dc:creator>stormec</dc:creator>
      <dc:date>2023-07-07T16:43:50Z</dc:date>
    </item>
  </channel>
</rss>

