Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem to do a delta with three dimensions. With two dimensions, using Secondary Dimensionality is fine, but with three dimensions doesn't work.
Can someone help me?
Follow attached an example.
Thanks!
You probably need to test SecondaryDimensionality() against 1, not 0.
Just input an expression
=SecondaryDimensionality()
and see what is returned at that column.
Guilherme, could you check your attachment? Can't see neither the data nor the table chart.
Sorry swuehl. I think it's easier an excel file, I don't know why the qv file doesn't works.
How does your expression look like?
if(SecondaryDimensionality()=0, last(sum(Sales))-first(sum(Sales)), sum(Sales))
You probably need to test SecondaryDimensionality() against 1, not 0.
Just input an expression
=SecondaryDimensionality()
and see what is returned at that column.
You're right swuehl, thanks!