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.