| Numéro d’ID de bogue |
BUG-000174106 |
| Envoi | February 5, 2025 |
| Dernière modification | June 15, 2025 |
| S’applique à | ArcGIS Pro |
| Version trouvée | 3.4.1 |
| Système d’exploitation | Windows OS |
| Version du système d’exploitation | N/A |
| Statut | As Designed
Après examen par l’équipe de développement, il a été déterminé que ce comportement est prévu. Pour plus d’informations, reportez-vous à la section Informations supplémentaires.
|
Informations supplémentaires
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/).
Solution de contournement
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"], "####").
Étapes pour reproduire