<?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: Editing Fields Back to &amp;lt;Null&amp;gt; in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140017#M8094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oops, I'm not sure I can do that since when I originally created this thread I designated the Discussion type rather than Question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Oct 2013 18:50:27 GMT</pubDate>
    <dc:creator>ChristinaDeFrancesco</dc:creator>
    <dc:date>2013-10-24T18:50:27Z</dc:date>
    <item>
      <title>Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140009#M8086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a set of data with some fields in the Attributes Table that default to &amp;lt;Null&amp;gt;.&amp;nbsp; If I edit a particular field, then try to set it back to a no data cell, the cell value is no longer &amp;lt;Null&amp;gt; but simply blank.&amp;nbsp; How do I change my field cell back to &amp;lt;Null&amp;gt; so I can run a query (for Null values) on it?&amp;nbsp; I am using ArcGIS for Desktop 10.1 SP1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Christina&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140009#M8086</guid>
      <dc:creator>ChristinaDeFrancesco</dc:creator>
      <dc:date>2013-10-24T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140010#M8087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can't you just select the records you want to be null, the right click the column and use the field Calculator and Calculate them using "null" (without the quotes) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:11:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140010#M8087</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-10-24T15:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140011#M8088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tim, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure how to select specific cells vs an entire row or column.&amp;nbsp; In playing around with your idea, my edit session will only allow me to select an entire column.&amp;nbsp; Also, when I tried the Field Calculator ([Field]="Null") it left my &amp;lt;Null&amp;gt; cells the way they were, and any cell that contained information was assigned a number (0) so still not the &amp;lt;Null&amp;gt; value I'm looking for.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried simply changing the cell to a text "&amp;lt;Null&amp;gt;" but the query I'm running (currently on Symbology to display a value based on a &amp;lt;Null&amp;gt; option but I would also like to display data based on a definition query- [Field] IS NOT NULL) but it seems the text "Null" is not read by ArcGIS the same way as the coded &amp;lt;Null&amp;gt;.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this all makes sense!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:25:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140011#M8088</guid>
      <dc:creator>ChristinaDeFrancesco</dc:creator>
      <dc:date>2013-10-24T15:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140012#M8089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Christina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you need to write null without the quotations in the expression box (i.e. [Field]=null)&amp;nbsp; . This will set your fields to &amp;lt;Null&amp;gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also even though it selects your entire row, it will only calculate the Attribute Field, where your right clicked its heading and chose Field Calculator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:40:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140012#M8089</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-10-24T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140013#M8090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Tim, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see what you're saying- that works beautifully.&amp;nbsp; I'm wondering, however, if there is a way to do this same technique on only single cells at a time? I have 400+ data points, from which I only want a select few cells in a field column to change to Null; if I changed an entire column I would have to go back and re-enter data in cells that need data.&amp;nbsp; Any thoughts on a more cell-specific technique?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:24:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140013#M8090</guid>
      <dc:creator>ChristinaDeFrancesco</dc:creator>
      <dc:date>2013-10-24T18:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140014#M8091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In your attribute table you can select the row you would like to change a cell in. Ctrl +left click the grey square all the way to your left, of your desired row. Repeat that for each row you would like to change a cell in. Once you have selected all the rows you would like to change to &amp;lt;null&amp;gt;, perform the field calculation outlined above. This will only calculate the cells of your collected row.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:31:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140014#M8091</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-10-24T18:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140015#M8092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Tim,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is perfect!&amp;nbsp; Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:40:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140015#M8092</guid>
      <dc:creator>ChristinaDeFrancesco</dc:creator>
      <dc:date>2013-10-24T18:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140016#M8093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No problem! Don't forget to mark the post that answered your question by clicking the greyed out question mark to the right of it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:42:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140016#M8093</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-10-24T18:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140017#M8094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Oops, I'm not sure I can do that since when I originally created this thread I designated the Discussion type rather than Question.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:50:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140017#M8094</guid>
      <dc:creator>ChristinaDeFrancesco</dc:creator>
      <dc:date>2013-10-24T18:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Editing Fields Back to &lt;Null&gt;</title>
      <link>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140018#M8095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't worry about it, upvoting the helpful posts will also show a person with the same problem how to solve this problem. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 18:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/editing-fields-back-to-lt-null-gt/m-p/140018#M8095</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-10-24T18:52:46Z</dc:date>
    </item>
  </channel>
</rss>

