Hi Team,
Currently when we use a formula field in report builder to get a average by adding few other fields and if any field is having null values system is taking that field as 0 and making the average . Customer wanted to ignore the fields if there is no value present for a field and get the average only for the fields if there is any value in it.
Example
Lets Say , I have three fields A, B,C Now A = 1 and B = 2 and C = Null (0) In formula field .. Currently system is taking as A+B+C/3 i.e 1+2+0/3 = 1 (Average Value) … But customer wanted to ignore the 0 and change the denominator to 2 as one field is null and calculate the value .. Like 1+2/2 =1.5
Currently I don’t see we can achieve this in our report builder . Any thoughts on it ?