I am attempting to find the average of given fields. The Average function is returning the average, but not how I need it. Some of the fields have null values and I need the function to ignore them. For example: If I'm finding the average of 7 fields and 1 is null, the sum should be divided by 6 instead of 7.
The null field could be any of the 7.