Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello
I am looking to find the average of a field where two other fields are defined
i.e.
Avg(A)({< = {'1'},
Find the average of A where B = 1 and C = 2
Thank you
Like this:
=Avg({<B = {1}, C = {2}>} A)
Like this:
=Avg({<B = {1}, C = {2}>} A)