不具合 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"], "####").
再現の手順