At 02:25 PM 3/20/2013, Jan Johansen wrote:

I'm not sure if this is an issue or not. Latest 9.5 being used.

In a form, I'm using form variables in the format as
(SUM(RepeatabilityValue)) FROM Repeatability WHERE UncertTypeAID =
.vUncertTypeAID

This works with all variations of COMPUTE such as MAX and AVG.
But it doesn't work with STDEV (standard deviation) and VAR (variance).

I need those two computations and was hoping to use form variables.


Jan,

What is the data type of column RepeatabilityValue?


FWIW ...

STDEV computes standard deviation for CURRENCY, DOUBLE, REAL, NUMERIC,
or INTEGER data types.

The standard deviation is a measure of how widely values are dispersed
from the average value.

Hope that provides you with some blue's clues!

Very Best R:egards,

Razzak

www.rbase.com
www.facebook.com/rbase

Reply via email to