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]