In ArcGIS Pro, labelling the Float data type with Arcade label expressions displays incorrect values after the decimal point.
最後に公開された状態: August 2, 2019ArcGIS Pro
不具合 ID 番号
BUG-000119080
送信されました
December 30, 2018
最終更新日
October 6, 2025
適用対象
ArcGIS Pro
見つかったバージョン
2.2.4
オペレーティング システム
Windows OS
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
The Float data in the database table is a float value 1.509999. Unable to store as 1.51 in binary.
対処法
Use VBScript, JScript or Python label expressions with the Float data type.
Create a new Double data type field and populate the desired values into it. Then, use the newly created Double data type field in the Arcade label expressions.
Use the following expression: text($feature.Scale_Float, "#.00").