Icon View Incident Report

Serious Serious
Reported By: John Hay
Reported On: 10/13/2001
For: Version 3.03 Build 1
# 924 SQL RUNSUM Function Not Handling Promotion of Integers Properly when Summing Values

RunSum on Integers returns incorrect value. It appears that the promotion to Int64 is including data from the next field.

select *, runningsum(intvar) from table
group by anyfield

intvar Integer
anyfield string



Resolution Resolution
Fixed Problem on 10/15/2001 in version 3.04 build 1
Image