Bug-ID-Nummer |
BUG-000174106 |
Eingereicht | February 5, 2025 |
Zuletzt geändert | June 15, 2025 |
Gilt für | ArcGIS Pro |
Gefunden in Version | 3.4.1 |
Betriebssystem | Windows OS |
Betriebssystemversion | N/A |
Status | As Designed
Nach Überprüfung durch das Entwicklungsteam wurde festgestellt, dass dieses Verhalten wie geplant ist. Weitere Informationen finden Sie im Abschnitt "Zusätzliche Informationen".
|
Zusätzliche Informationen
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"], "####").
Schritte zur Reproduzierung