When using the summarize function to apply summary statistics to a field of data type long integer, the field in the output table remains as long integer even if the resulting output values exceed the storage limits for this data type. In this case, incorrect values will be returned.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM036518
Submitted
July 2, 2008
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
9.3
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
No Public Explanation
Workaround
Use the Summary Statistics tool in ArcToolbox. When using this tool the long integer field in the input table becomes a data type of double in the output table and the returned values are correct.