Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to figure ot if that is possible or not.
I have a pivot table like this one :
And I'd like to do something like this :
- If level3 is expanded Q3 would be Q1 + Q2.
-If level2 is expanded Q3 would be Q1 * Q2
-If level 1 is expanded Q3 would be (Q1 + Q2 ) / 2.
Is there a way to do that without using macros?
Many thanks in advance!!
In a pivot table Dimensionality says the expansion level in which you are, add an expression that shows dimensionality() and look at the result, I've often used it to change expression depending on the level of expansion ... let me know
Use function "Dimensionality()'
Thanks Alexandros for your answer,
but Dimensionality() only says in which level you are, not if the level is expanded or not.
In a pivot table Dimensionality says the expansion level in which you are, add an expression that shows dimensionality() and look at the result, I've often used it to change expression depending on the level of expansion ... let me know
Thanks alexandros, it solved what I want.
Regards, Marcel.