<?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 Field Calculating: need to display two decimal places in Data Management Questions</title>
    <link>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170922#M9664</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to calculate a field to show acres, displayed to 2 decimal places.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got field A&amp;nbsp; representing area in sq. ft..&amp;nbsp; I've created a new field&amp;nbsp; B to represent area in acres (to 2 decimal places). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I created field B (for acres) I specified precision of 2.&amp;nbsp; I've attempted both short and long integers for field type.&amp;nbsp; In Field Calculator (for field B) I enter the phrase&amp;nbsp; "A/43560'&amp;nbsp; It calculates the field alright.&amp;nbsp; Problem is, it's returning the answer, but it's rounding to the nearest whole number.&amp;nbsp; (any acreage below 0.5 is displaying as 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make it display Acres to two decimal places?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much in advance,&lt;/P&gt;&lt;P&gt;Dave &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 15:37:41 GMT</pubDate>
    <dc:creator>DaveMartin1</dc:creator>
    <dc:date>2015-01-26T15:37:41Z</dc:date>
    <item>
      <title>Field Calculating: need to display two decimal places</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170922#M9664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm attempting to calculate a field to show acres, displayed to 2 decimal places.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got field A&amp;nbsp; representing area in sq. ft..&amp;nbsp; I've created a new field&amp;nbsp; B to represent area in acres (to 2 decimal places). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I created field B (for acres) I specified precision of 2.&amp;nbsp; I've attempted both short and long integers for field type.&amp;nbsp; In Field Calculator (for field B) I enter the phrase&amp;nbsp; "A/43560'&amp;nbsp; It calculates the field alright.&amp;nbsp; Problem is, it's returning the answer, but it's rounding to the nearest whole number.&amp;nbsp; (any acreage below 0.5 is displaying as 0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I make it display Acres to two decimal places?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks much in advance,&lt;/P&gt;&lt;P&gt;Dave &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:37:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170922#M9664</guid>
      <dc:creator>DaveMartin1</dc:creator>
      <dc:date>2015-01-26T15:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculating: need to display two decimal places</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170923#M9665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need a 2 decimal &lt;EM&gt;visualization&lt;/EM&gt; only, you can set that in the "Field Properties". There, inside the Numeric properties set the decimal places to 2. and you get the field. Also, if you need the value itself set to 2, you can use field calculator in your new field with this code &lt;STRONG&gt;Round("Field1",2).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Finally, remember that for decimal places you need a "Double" or "Float" data type. Not an "integer" type&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:43:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170923#M9665</guid>
      <dc:creator>Marco_AlejandroBonilla</dc:creator>
      <dc:date>2015-01-26T15:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculating: need to display two decimal places</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170924#M9666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When creating the field the field scale s&lt;SPAN style="line-height: 1.5;"&gt;ets the number of decimal places stored in a field. This parameter is only used in Float and Double data field types.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... but:&amp;nbsp; &lt;EM&gt;If the input table is a personal or file geodatabase the field scale value will be ignored&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the display properties of a field. In the attribute table, right click on the field header (the name) and select "properties". Next click on the button next to Numeric:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FieldProperties.png" class="jive-image image-1" src="https://community.esri.com/legacyfs/online/54839_FieldProperties.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;In the numeric format dialog, change the number of decimals:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FieldPropertiesNumeric.png" class="jive-image image-2" src="https://community.esri.com/legacyfs/online/54840_FieldPropertiesNumeric.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 16:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170924#M9666</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2015-01-26T16:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculating: need to display two decimal places</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170925#M9667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marco,&lt;/P&gt;&lt;P&gt;Thanks for your input.&amp;nbsp; I typed the following&lt;/P&gt;&lt;P&gt;Round("Area_Acres",2)&lt;/P&gt;&lt;P&gt;in the Field Calculator, but I get error message&lt;/P&gt;&lt;P&gt;"Error running VBA code: Expected identifier"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 16:18:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170925#M9667</guid>
      <dc:creator>DaveMartin1</dc:creator>
      <dc:date>2015-01-26T16:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Field Calculating: need to display two decimal places</title>
      <link>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170926#M9668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That solves it Xander.&amp;nbsp; Thanks for your help!&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 16:32:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/data-management-questions/field-calculating-need-to-display-two-decimal/m-p/170926#M9668</guid>
      <dc:creator>DaveMartin1</dc:creator>
      <dc:date>2015-01-26T16:32:18Z</dc:date>
    </item>
  </channel>
</rss>

