Using a VB Script FormatNumber expression when labeling from a field in the Attribute Table of either Double or Float type that has a <Null> value for the first record, gets a label expression error message.
最後に公開された状態: August 25, 2014ArcGIS for Desktop
不具合 ID 番号
NIM063540
送信されました
December 14, 2010
最終更新日
June 5, 2024
適用対象
ArcGIS for Desktop
見つかったバージョン
10.0
ステータス
Will Not Be Addressed
開発チームは、この問題またはリクエストを検討した結果、これに対処しないことに決定しました。 問題の「参考情報」セクションに、さらに詳細な説明が示されていることがあります。
参考情報
As designed
対処法
The user would have to create a VB Script that would use the if Not(isNull...) function to search through the Attribute Table field an skip the <Null> values and only lable the populated records.