Forum Discussion

LarbiLarbi's avatar
LarbiLarbi
Qrew Member
8 years ago

IsNull use with a numeric ratings field

I'm trying to do a clumsy average across multiple numeric fields by summing the fields and then dividing by a simple sum of ToNumber(Not(IsNull())) of those fields (effectively COUNTIF not blank).  ...