I'm displaying numeric data as a label. Is there a means to define the number of displayed decimal digits? The data is recorded to 6 decimals but I want the label to display only 2 decimals and round the value to the two decimals.
I realize this reply comes a little late, but I happened to see it when answering a similar question, so, if you're still out there the answer is Yes, you can do this. Here is a sample expression you can apply to the field that will round the values to the hundredths position. Replace FIELD with your field.
Function FindLabel ( [FIELD] ) FindLabel = round([FIELD], 2)End Function
Hope this helps and that it wasn't too late!
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.