Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have entered the code But the total results are not equal.
=( if([Average] <= [Spec (Upper limit)]
and [Average] >= [Spec (Lower limit)],1,0))
=AGGR( if([Average] <= [Spec (Upper limit)]
and [Average] >= [Spec (Lower limit)],1,0), [Panel ID])
HI @Paknanarn23
It will be down to aggregation. Take a look AGGR function.
You will need to make the the calc is being done at the correct level in the top level.
Hi Mark
I did, the sum is not correct. Can you have the code for me?
=AGGR( if([Average] <= [Spec (Upper limit)]
and [Average] >= [Spec (Lower limit)],1,0), [Panel ID])
Hi Vineeth
I've tried that and the values still don't match.