ArcGIS Pro 2.5: How to show thousands separator on labels?
I couldn’t figure out how to show thousands separator on labels. In ArcMap, the format of labels respects the format of values in the attribute table. This is sounds not to be applicable in Pro
"{:,} python format string syntax. Other languages have there own
Here are two previous threads with your question and the link they both point to.
Thousands separator for labels in ArcGIS Pro
https://community.esri.com/thread/207565-how-to-change-format-of-numeric-labels-in-pro
Many thanks guys for the help
It works for me with the code below
text($feature.Female, '#,###')
You still can use the numbers formating as the following, but don't forget to Save your edits to the fields
.
The result
Many thanks Ahmad for the help
It appears that labeling doesn’t respect the format the values have in the table in case of Join!
What could be the issue here?
I am having the same behavior here.
The workaround is to add an expression
Arcade:
Round($feature.Shape_Area,2)
Is this a bug or by design? I would appreciate if esri staff could help on this
Ah, the old "invisible ellipses". Thanks.
To tack on to this one - I had to close and reopen the aprx for the commas to show in the label.