Unable to label using numeric field set to currency type in ArcGIS Pro.
最後に公開された状態: June 10, 2019ArcGIS Pro
不具合 ID 番号
BUG-000107244
送信されました
August 10, 2017
最終更新日
June 5, 2024
適用対象
ArcGIS Pro
見つかったバージョン
2
ステータス
Known Limit
開発チームによる確認後に、この問題が、Esri の管理の範囲外にあるソフトウェアの既知の制限に関するものであると判断されました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
Arcade does not use field formatting for labels. When using Arcade, field formatting on the layer is not brought over to the labels. Arcade formatting methods must be used.
http://pro.arcgis.com/en/pro-app/help/mapping/text/specify-text-for-labels.htm
対処法
Label class using Python language:Use the following expression in the Expression box:' ' + [FIELD]