Bug ID Number |
BUG-000174106 |
Submitted | February 5, 2025 |
Last Modified | June 15, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.4.1 |
Operating System | Windows OS |
Operating System Version | N/A |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The web map's field formatting object lacks a thousand separator property, so the default behavior is applied. (See the format object definition: https://developers.arcgis.com/web-map-specification/objects/format/).
Workaround
Solution 1: Label properties in ArcGIS Pro
- Switch the label expression language to Arcade.
Solution 2: Expression builder in Map Viewer
- Open Map Viewer.
- In the Labels pane, for Label field, click </>.
- In the expression builder, type Text($feature["field name"], "####").
Steps to Reproduce