<?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: Symbology on null value in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148792#M8420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.1. I work in the Maps, Data &amp;amp; GIS Library at a University and a colleague and I were experimenting with what data is available to students as we have a cartography class in which each student has to choose a topic and study area and make a map. We wanted to know what boundary files were available on a global scale and were testing the "country.sdc" layer from ../My Document/ArcGIS/Packages/World_Countries/commondata/data0/ which I know to be some sort of data from Esri. It loads almost like a CAD file. Perhaps this is the problem? We have then joined that file to some data from the Human Development Reports.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Sep 2013 12:40:42 GMT</pubDate>
    <dc:creator>SarahHolmes</dc:creator>
    <dc:date>2013-09-16T12:40:42Z</dc:date>
    <item>
      <title>Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148783#M8411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to symbolize a layer on Quantities -&amp;gt; Natural Breaks -&amp;gt; Jenks. There are some null values in the column that I'm using for the symbolization, and that causes those features to disappear from the map when symbolized. Is there a way that I can set a default value for the column so that this will not happen?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 May 2012 18:59:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148783#M8411</guid>
      <dc:creator>JimO_Leary</dc:creator>
      <dc:date>2012-05-26T18:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148784#M8412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I am trying to symbolize a layer on Quantities -&amp;gt; Natural Breaks -&amp;gt; Jenks. There are some null values in the column that I'm using for the symbolization, and that causes those features to disappear from the map when symbolized. Is there a way that I can set a default value for the column so that this will not happen?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There might be a simpler method than this - but you could add a field, then use field calculator to fill it with the values from the old field. Then use Select by Attribute to select all the rows with a value of NULL, then use Field Calculator again to replace this null value with a different value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2012 03:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148784#M8412</guid>
      <dc:creator>RosieBell</dc:creator>
      <dc:date>2012-05-28T03:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148785#M8413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did find one method. I exported the data to a shapefile, upon which the null values became zeros. Then I imported the shapefile and used it as the source for the theme. Now the formerly null values at least showed up as zeros. I added another break in the Jenks that Arc provided, specifying zero.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 13:32:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148785#M8413</guid>
      <dc:creator>JimO_Leary</dc:creator>
      <dc:date>2012-05-29T13:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148786#M8414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Another method you can use in the future is the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//005s0000004w000000"&gt;Select By Attribute&lt;/A&gt;&lt;SPAN&gt; function to select all records in that field that are null, then the &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Making_simple_field_calculations/005s00000026000000/"&gt;Field Calculator&lt;/A&gt;&lt;SPAN&gt; to calculate a 0 for those records; if you have records selected in a field, the field calculator will only run on those records.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2012 14:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148786#M8414</guid>
      <dc:creator>JonathanQuinn</dc:creator>
      <dc:date>2012-05-29T14:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148787#M8415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There might be a simpler method than this - but you could add a field, then use field calculator to fill it with the values from the old field. Then use Select by Attribute to select all the rows with a value of NULL, then use Field Calculator again to replace this null value with a different value.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, I tried that too. But because you want to symbolize Quantities, you need a number field and the only way to use Field Calculator is with a Text field so unfortunately this won"t work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148787#M8415</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T12:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to Symbolize NULL values separately then Zero values</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148788#M8416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay I have a similar problem now only I have some values being zero and some without values at all (NULL) and I need to distinguish between the two because a country with a data value of 0 is different than "No Data". What do I do!?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:07:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148788#M8416</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148789#M8417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Yes, I tried that too. But because you want to symbolize Quantities, you need a number field and the only way to use Field Calculator is with a Text field so unfortunately this won"t work.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Field calculator works with number fields perfectly fine. Selecting Null values and overwriting them with the Field Calculator is no different between a text field and a number field.&amp;nbsp; Why would you think otherwise?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:08:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148789#M8417</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-09-16T12:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148790#M8418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;:S Well it isn't working for me. Every time I try to use Field Calculator on a number field it is grayed out. Why would that be?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148790#M8418</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T12:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148791#M8419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;:S Well it isn't working for me. Every time I try to use Field Calculator on a number field it is grayed out. Why would that be?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;No idea without any information on what version of ArcMap you are using, what database you are using, if you have added any joins to your data, etc.&amp;nbsp; Based I what I know of your set up all I can say is it works for me and definitely should work for you if you are working with normal unjoined geodatabase or shapefile data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:20:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148791#M8419</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-09-16T12:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148792#M8420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using ArcGIS 10.1. I work in the Maps, Data &amp;amp; GIS Library at a University and a colleague and I were experimenting with what data is available to students as we have a cartography class in which each student has to choose a topic and study area and make a map. We wanted to know what boundary files were available on a global scale and were testing the "country.sdc" layer from ../My Document/ArcGIS/Packages/World_Countries/commondata/data0/ which I know to be some sort of data from Esri. It loads almost like a CAD file. Perhaps this is the problem? We have then joined that file to some data from the Human Development Reports.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:40:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148792#M8420</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T12:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148793#M8421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can't calculate fields that have been joined to data. You would need to do the calculate before you join it to data. Maybe that is your problem? Remove the join and then you should be able to calculate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:44:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148793#M8421</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2013-09-16T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148794#M8422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;But the data is IN the join. The data is in the table I am joining to. So that doesn't work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 12:46:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148794#M8422</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T12:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148795#M8423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay I found a way to make it work... although I still think there should be an easier way. I created a new field and used Field Calculator to define the values from the column I was working with. However, if I just did them all at once, all the &amp;lt;NULL&amp;gt; values became zero which I couldn't have but I also couldn't define them as No Data because it's a number field and won't accept text. So first I used FC to make all the &amp;lt;NULL&amp;gt; values a value outside my existing range of values, then calculate the rest of the values normally. Then I classified the values to that the new, outside value was in a class on its own and I changed the label to "No Data". I think this is harder than it should be but at least it works I suppose. However my issue now is that, because I had to use a higher value than the rest, "No Data" appears on TOP of the rest of the values in the legend where I think it should be at the bottom, under 0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:03:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148795#M8423</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148796#M8424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can change the order symbols display in the legend using the up/down arrows on the symbology tab.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand what the problem is with calculating the field before the join (couldn't you calculate it in the table first, using Excel or similar?), but in any case, once you've joined the table you can then export the whole thing to a new feature class and use that. FC will work on that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:11:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148796#M8424</guid>
      <dc:creator>Zeke</dc:creator>
      <dc:date>2013-09-16T13:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148797#M8425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Okay I found a way to make it work... although I still think there should be an easier way. I created a new field and used Field Calculator to define the values from the column I was working with. However, if I just did them all at once, all the &amp;lt;NULL&amp;gt; values became zero which I couldn't have but I also couldn't define them as No Data because it's a number field and won't accept text. So first I used FC to make all the &amp;lt;NULL&amp;gt; values a value outside my existing range of values, then calculate the rest of the values normally. Then I classified the values to that the new, outside value was in a class on its own and I changed the label to "No Data". I think this is harder than it should be but at least it works I suppose. However my issue now is that, because I had to use a higher value than the rest, "No Data" appears on TOP of the rest of the values in the legend where I think it should be at the bottom, under 0.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On your earlier issue, I suspected you had a join involved.&amp;nbsp; Null values are created 2 ways with joins.&amp;nbsp; First, if no record in the joined table matches the table it is joined to, then the entire record is Null.&amp;nbsp; This is the only way joined data can appear when it has no matching value and the only way to overcome it is to add a record to the joined table that matches the join field value, or remove those records from the primary table.&amp;nbsp; The second occurs when a record match between tables exists in the join field, but the field you are using to symbolize has a Null value.&amp;nbsp; In this case you must directly open the table that you intend to make a join table outside of the join all by itself.&amp;nbsp; Then you can calculate the values in the original table and when the table is joined the values will not be null anymore.&amp;nbsp; Bottom line is that in both cases you have to edit the original table you intend to join to both ensure a complete record match and complete field data before creating a join.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your solution is fine and actually not that difficult or involved compared to most problem solving in GIS.&amp;nbsp; You got off easy.&amp;nbsp; Get used to the feeling that there should be an easier way and finding out there isn't with this software.&amp;nbsp; That is the norm.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, as far as the number sorting, what is wrong with using -1 (or some other negative number) as a value for the Nulls?&amp;nbsp; That would make the no- data values appear at the bottom of your list.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:25:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148797#M8425</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-09-16T13:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148798#M8426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Richard,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am aware of how and way NULL values appear and that what you suggested is how to removed them. But technically I don't want to removed them, I want to map them. And I can't alter the attribute table to make the NULLS zero because I have zero values which I need to keep separate. So basically what everyone is saying is that you cannot make &amp;lt;Null&amp;gt; values display in the symbology?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay well at least I have my work-around way. Negative values! Brilliant! Thank you; I had not even considered negatives!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:44:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148798#M8426</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T13:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology on null value</title>
      <link>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148799#M8427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can change the order symbols display in the legend using the up/down arrows on the symbology tab.&lt;BR /&gt;&lt;BR /&gt;I don't understand what the problem is with calculating the field before the join (couldn't you calculate it in the table first, using Excel or similar?), but in any case, once you've joined the table you can then export the whole thing to a new feature class and use that. FC will work on that.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Greg,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Changing the order in the legend doesn't apply here as I am talking about classifications of one layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay, I understand now what you meant about calculating before I join and yes that would work but I am stiff miffed as to what I would defined them as because I want them to be No Data (which you can't do in a number field).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Sep 2013 13:49:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/symbology-on-null-value/m-p/148799#M8427</guid>
      <dc:creator>SarahHolmes</dc:creator>
      <dc:date>2013-09-16T13:49:21Z</dc:date>
    </item>
  </channel>
</rss>

