A
anil
hi all
I need to design the query that uses the query fields as input in
formula and calculates result.
e.g FIELDS ARE
[PARAMETER] [MEANResult] [STDEV] [NOOFSAMPLES] [FUNCTION(X) ]
Mean,stdev and noof samples are calculated as aggregate function.
Now i need to calculate X value as
mean+{(stdev*t(a))/sqrt(noofsamples)}
where ta is value got from fixed table comparing with noofsamples.eg if
noofsamples is 20 then ta=2.2 etc.
IS it possible to do it in query as it has to call all fields in query
and then calculate function value.
thanks
anil
I need to design the query that uses the query fields as input in
formula and calculates result.
e.g FIELDS ARE
[PARAMETER] [MEANResult] [STDEV] [NOOFSAMPLES] [FUNCTION(X) ]
Mean,stdev and noof samples are calculated as aggregate function.
Now i need to calculate X value as
mean+{(stdev*t(a))/sqrt(noofsamples)}
where ta is value got from fixed table comparing with noofsamples.eg if
noofsamples is 20 then ta=2.2 etc.
IS it possible to do it in query as it has to call all fields in query
and then calculate function value.
thanks
anil