漏洞 ID 编号 |
BUG-000174106 |
已提交 | February 5, 2025 |
上次修改时间 | June 15, 2025 |
适用范围 | ArcGIS Pro |
找到的版本 | 3.4.1 |
操作系统 | Windows OS |
操作系统版本 | N/A |
状态 | As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
|
附加信息
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 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"], "####").
重现步骤