Hi !!
Is it possible to have conditional average ? I just wanted to calculate average of non-zero values in a data band.
Right now I am doing it manually dividing the sum by no. of rows having non-zero values.
Thanks in advance !!
Conditional Average
-
- Posts: 70
- Joined: Wed Feb 24, 2010 11:08 am
- Location: India
Conditional Average
Hello,
You can use the following expression:
Thank you.
You can use the following expression:
Code: Select all
{AvgIf(DataBandName, DataSourceName.FieldName, DataSourceName.FieldName != 0)}