Select to view content in your preferred language

Field Length/Precision Display

293
10
Jump to solution
3 weeks ago
m3
by
Frequent Contributor

Can anyone explain this? 

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.

I've run round(field, 1) on it and and manually typed the numbers in and it still does this


(view in My Videos)

0 Kudos
10 Replies
SSWoodward
Esri Contributor

Got it.  I ask because you mentioned you "haven't been able to actually create a numeric field that only has 1 decimal place".  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 ArcGIS field data types. 

You should be able to configure this in an Enterprise Geodatabase. How are you going about creating your fields? 

We recently enhanced the Feature Class and Table Wizards to allow for custom scale and precision values during table creation.  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.  

0 Kudos