Reported By: Heiko Knuettel Reported On: 8/26/2008 For: Version 2.01 Build 4
# 2766AVG, STDDEV, and RUNSUM Functions Return NULL When Used in Expressions With the following SQL statement, AVG, STDDEV and RUNSUM always result in null. The rest works.
SELECT
AVG(field)+1,
STDDEV(field)+1,
RUNSUM(field)+1,
MIN(field)+1,
MAX(field)+1,
COUNT(field)+1,
SUM(field)+1
FROM table
ResolutionFixed Problem on 8/27/2008 in version 2.01 build 5
Products AffectedElevateDB Additional Software and Utilities ElevateDB DAC Client-Server ElevateDB DAC Client-Server with Source ElevateDB DAC Standard ElevateDB DAC Standard with Source ElevateDB DAC Trial ElevateDB VCL Client-Server ElevateDB VCL Client-Server with Source ElevateDB VCL Standard ElevateDB VCL Standard with Source ElevateDB VCL Trial