I have a query in which I am gathering measurement history. I have four fields named as follows: Result 1; Result 2; Result 3; Result 4.
What I am trying to do is add the four result fields together and divide by four to get the average. I know how to do this much, my problem lies when one or more of the fields does not contain data, the average does not calculate correctly. How do you create an expression that will allow an average to be calculated wether or not all four fields contain data?
What I am trying to do is add the four result fields together and divide by four to get the average. I know how to do this much, my problem lies when one or more of the fields does not contain data, the average does not calculate correctly. How do you create an expression that will allow an average to be calculated wether or not all four fields contain data?