<?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: Pivot Table turns nulls into 0 in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864261#M34043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as long as the results are going to a geodatabase table... other table forms (ie dbf) don't support nulls so a 0 is used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2018 14:46:48 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-03-28T14:46:48Z</dc:date>
    <item>
      <title>Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864255#M34037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to "tell" the Pivot Table to preserver null values. It is turning them into 0's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Randy McGregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864255#M34037</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-27T19:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864256#M34038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In any event, 0, should be the expected outcome, since it represents 0 observations in that juncture.&lt;/P&gt;&lt;P&gt;But to check... Is your pivot table going to a *.dbf or a feature table in a *.gdb?&lt;/P&gt;&lt;P&gt;dbf's don't support null (like shapefiles) if I remember, hence, nulls would be converted to 0&lt;/P&gt;&lt;P&gt;&lt;A href="http://pro.arcgis.com/en/pro-app/tool-reference/data-management/pivot-table.htm"&gt;http://pro.arcgis.com/en/pro-app/tool-reference/data-management/pivot-table.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I do think that 0 is the correct entry in a pivot table cell&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:36:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864256#M34038</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-03-27T19:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864257#M34039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if this is the root issue, as it is somewhat what you describe, but there is a warning in the tool usage information that if the field names are not set up a certain way the results will go to zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2&gt;&lt;EM&gt;Usage&lt;/EM&gt;&lt;/H2&gt;&lt;P&gt;&lt;EM&gt;If the &lt;SPAN class=""&gt;Pivot Field&lt;/SPAN&gt; is a text field, its values must begin with a character (for example, &lt;SPAN class=""&gt;a2&lt;/SPAN&gt;) and not a number (for example, &lt;SPAN class=""&gt;2a&lt;/SPAN&gt;). If the value of the first record begins with a number, all the output values will be 0.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Source:&amp;nbsp; &lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/pivot-table.htm" title="http://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/pivot-table.htm"&gt;Pivot Table—Help | ArcGIS for Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris Donohue, GISP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 19:41:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864257#M34039</guid>
      <dc:creator>ChrisDonohue__GISP</dc:creator>
      <dc:date>2018-03-27T19:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864258#M34040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;0 is not the correct value if &amp;lt;NULL&amp;gt; is what is in the cell providing the value. &amp;lt;NULL&amp;gt; means no sampling was done for that&amp;nbsp;chemical on that date. 0 means the site was sampled and nothing was found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output is an sde feature class, Oracle-based.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Randy McGregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 13:59:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864258#M34040</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-28T13:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864259#M34041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One clarification. The "false zeros" are not a faulty calculation of a &amp;lt;NULL&amp;gt; to zero, but rather result in situations where there is no record of a specific chemical (chemicals are the field names) for a particular date. The field named for the chemical that isn't listed at a particular date should have a value of &amp;lt;NULL&amp;gt; by default. The structure of the pivot table results in this cell being there, but there is no value to populate it with, so should be &amp;lt;NULL&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tricky devil.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:37:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864259#M34041</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-28T14:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864260#M34042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Good suggestion, but the field is a numeric field. "Allow Null Values" is "Yes."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864260#M34042</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-28T14:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864261#M34043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as long as the results are going to a geodatabase table... other table forms (ie dbf) don't support nulls so a 0 is used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:46:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864261#M34043</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-03-28T14:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864262#M34044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Facepalm.&lt;/P&gt;&lt;P&gt;The first output is a pivot table in sde &lt;EM&gt;and it has appropriate null values!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I ran a "Make XY Events" tool on that table, which put the output in my default geodatabase, which is where the 0's entered the picture.&lt;/P&gt;&lt;P&gt;I've updated my model to put all intermediates in sde to preserve the null values, they will be deleted upon successful completion of the model.&lt;/P&gt;&lt;P&gt;Thank you for your help. I wouldn't have caught my mistake without the coaching.&lt;/P&gt;&lt;P&gt;Randy McGregor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 14:56:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864262#M34044</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-28T14:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864263#M34045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nulls are actually bad... unless you can make them obvious.&lt;/P&gt;&lt;P&gt;For numbers, the maximum or minimum possible value of integers or floats are good (largely for programming, but I often use them with gdb tables if I am working with multi format data.&lt;/P&gt;&lt;P&gt;For text... "Hey... wake up!!!" works for me... way better than ""&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864263#M34045</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-03-28T15:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864264#M34046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was mistaken. I am getting "false zeros" in the sde output. &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&amp;nbsp;Shoot. Back to the drawing board...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2018 15:33:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864264#M34046</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-28T15:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot Table turns nulls into 0</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864265#M34047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is, apparently, a bug or at least a deficiency in the tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NIM101212&lt;/STRONG&gt;: The Pivot Table geoprocessing tool displays zeros (0) instead of 'Null' in the output table for no data values even after exporting the table to a geodatabase table or a stand alone database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An enhancement has been requested. I've made a python script tool to find cells that should have false zeros and set them to null.&lt;/P&gt;&lt;P&gt;Thanks to all who participated in this discussion.&lt;/P&gt;&lt;P&gt;Randy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2018 13:02:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pivot-table-turns-nulls-into-0/m-p/864265#M34047</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2018-03-30T13:02:09Z</dc:date>
    </item>
  </channel>
</rss>

