<?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: Field Length/Precision Display in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713404#M103902</link>
    <description>&lt;P&gt;Enterprise SDE (Oracle)&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jul 2026 20:56:40 GMT</pubDate>
    <dc:creator>m3</dc:creator>
    <dc:date>2026-07-08T20:56:40Z</dc:date>
    <item>
      <title>Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712033#M103839</link>
      <description>&lt;P&gt;Can anyone explain this?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In the field it displays 48.3 and then when you click on the field to edit it it displays a bunch of 0s down to the subatomic level.&lt;BR /&gt;&lt;BR /&gt;I've run round(field, 1) on it and and manually typed the numbers in and it still does this&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6400030969112w686h74r820" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6400030969112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6400030969112w686h74r820');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6400030969112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 16:16:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712033#M103839</guid>
      <dc:creator>m3</dc:creator>
      <dc:date>2026-07-02T16:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712073#M103842</link>
      <description>&lt;P&gt;Likely your numeric field type is Float and is expected behavior for float storage.&amp;nbsp; One option is to the change the display formatting by opening the Fields Designer for the layer.&amp;nbsp; In the Fields Designer, locate the Number Format column and double click that cell for the attribute field.&amp;nbsp; Then click the 3 dots to open the Number Format pane.&amp;nbsp; Change the Rounding for decimal places to 1 and then click OK.&amp;nbsp; This should remove the "subatomic" number format.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 17:50:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712073#M103842</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-07-02T17:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712077#M103843</link>
      <description>&lt;P&gt;It still does the same thing after changing that setting and restarting Pro.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As a side note, we haven't been able to actually create a numeric field that only has 1 decimal place, it keeps defaulting to whatever the default it.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 18:05:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712077#M103843</guid>
      <dc:creator>m3</dc:creator>
      <dc:date>2026-07-02T18:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712155#M103845</link>
      <description>&lt;P&gt;Did you confirm that you are using Float? If you are, you can always trying converting the field to Double instead as Double is 64-bit and is more precise than a Float. You can do this by making a new numeric field with the Double data type and then use Calculate Field to transfer over your Float values.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 20:59:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712155#M103845</guid>
      <dc:creator>EdenRotonda</dc:creator>
      <dc:date>2026-07-02T20:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712160#M103846</link>
      <description>&lt;P&gt;They are both Double already&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 21:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712160#M103846</guid>
      <dc:creator>m3</dc:creator>
      <dc:date>2026-07-02T21:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712167#M103847</link>
      <description>&lt;P&gt;Even as a&amp;nbsp;Double (64‑bit), this can still happen. Double is&amp;nbsp;&lt;EM&gt;binary floating point&lt;/EM&gt;, so many decimal values (including&amp;nbsp;48.3) cannot be stored exactly; Pro may show a nicely&amp;nbsp;rounded display&amp;nbsp;(48.3), but when you click into the edit control it can reveal the&amp;nbsp;raw stored IEEE‑754 approximation, which looks like a long decimal. This is expected behavior, not something&amp;nbsp;Round(field, 1)&amp;nbsp;will permanently “clean up.”&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your goal is “never see the long value even when editing” - Use a&amp;nbsp;formatted text field&amp;nbsp;for editing/display with an Arcade expression in a new field -&amp;nbsp; Text($feature.DBH_OLD, "#.0") as suggested here -&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-pro-questions/decimal-places-in-attribute-pane/m-p/1642011#M98221" target="_blank" rel="noopener"&gt;Solved: Decimal Places in Attribute Pane - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2026 21:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1712167#M103847</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2026-07-02T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713365#M103899</link>
      <description>&lt;P&gt;What workspace type are you using?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 19:14:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713365#M103899</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2026-07-08T19:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713382#M103900</link>
      <description>&lt;P&gt;What do you mean?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 19:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713382#M103900</guid>
      <dc:creator>m3</dc:creator>
      <dc:date>2026-07-08T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713398#M103901</link>
      <description>&lt;P&gt;Are you in a fileGDB? An enterprise GDB?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 20:28:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713398#M103901</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2026-07-08T20:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713404#M103902</link>
      <description>&lt;P&gt;Enterprise SDE (Oracle)&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 20:56:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713404#M103902</guid>
      <dc:creator>m3</dc:creator>
      <dc:date>2026-07-08T20:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Field Length/Precision Display</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713414#M103904</link>
      <description>&lt;P&gt;Got it.&amp;nbsp; I ask because you mentioned you "&lt;SPAN&gt;haven't been able to actually create a numeric field that only has 1 decimal place".&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;Users will often try to set precision and scale in fileGDB or mobileGDB where those configuration options are not available and will always be set to the default defined in the &lt;A href="https://pro.arcgis.com/en/pro-app/3.5/help/data/geodatabases/overview/arcgis-field-data-types.htm" target="_self"&gt;ArcGIS field data types.&amp;nbsp;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You should be able to configure this in an Enterprise Geodatabase. How are you going about creating your fields?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We recently enhanced the Feature Class and Table Wizards to allow for custom scale and precision values during table creation.&amp;nbsp; Previously, you would have needed to use the Add Field GP tool, or altered the values in the Fields View before any data was present in the table.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2026 22:01:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/field-length-precision-display/m-p/1713414#M103904</guid>
      <dc:creator>SSWoodward</dc:creator>
      <dc:date>2026-07-08T22:01:48Z</dc:date>
    </item>
  </channel>
</rss>

