Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have the following table:
And the following formula used in my expression.
=
if(rank(aggr(sum(max({<Date={$(vRM)},
Category={'$(vCP)'}>}
AC_R.H)),
RCAT)=1),
AC_R.H)
My aim is to aggregate the values and be able to drill down by all the different fields.
So headline figure should be 15. When filtering on to PLO (RCAT) the figure should output 5 (but i get 3). Asia = 4 (but i get 2). etc etc.
Would appreciate the help?
You can simple use
=SUM({<Date={$(vRM)},Category={'$(vCP)'}>}AC_R.H)