Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have the following function in an expression below:
if (dimensionality () = 3, sum (Value), Null ())
But when the dimension is not equal to 3 column does not disappear, does anyone know if you can make the column disappear?
Thanks
HI
Did you tick the suppress null value ? or suppress zero in dimension column?
Hope it helps
Yes, and don't work...
Gabriel,
try the following as condition:
=Dimensionality()=3
Regards
Ok, it worked but when the dimensionality() is equal to 3 column does not reappear ...