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.
Last Published: August 25, 2014ArcGIS for Desktop
Bug ID Number
NIM063540
Submitted
December 14, 2010
Last Modified
June 5, 2024
Applies to
ArcGIS for Desktop
Version found
10.0
Status
Will Not Be Addressed
The development team has considered the issue or request and concluded it will not be addressed. The issue's Additional Information section may contain further explanation.
Additional Information
As designed
Workaround
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.