I'm trying to calculate the average of a column in a query but I dont want it to include the zero's in the calculation.
For example
COLUMN01
54.3
0.0
0.0
0.0
54.9
0.0
98.0
I want it to average only 54.3,54.9,98.0
I tried having my query return Null's instead of zero's because Avg ignores Null's...but then the Form doesn't like it and wont let me format the numbers.
Thanks for any help
For example
COLUMN01
54.3
0.0
0.0
0.0
54.9
0.0
98.0
I want it to average only 54.3,54.9,98.0
I tried having my query return Null's instead of zero's because Avg ignores Null's...but then the Form doesn't like it and wont let me format the numbers.
Thanks for any help