Unable to label using numeric field set to currency type in ArcGIS Pro.
Last Published: June 10, 2019ArcGIS Pro
Bug ID Number
BUG-000107244
Submitted
August 10, 2017
Last Modified
June 5, 2024
Applies to
ArcGIS Pro
Version found
2
Status
Known Limit
After review by the development team, it has been determined that this issue is related to a known limitation with the software that lies outside of Esri's control. The issue's Additional Information section may contain further explanation.
Additional Information
Arcade does not use field formatting for labels. When using Arcade, field formatting on the layer is not brought over to the labels. Arcade formatting methods must be used.
http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm
Workaround
Label class using Python language:Use the following expression in the Expression box:' ' + [FIELD]