Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can you please guide me in fullfilling below req.
I have attached sample QVW
In this, I want to hide Calulation 2 under Budget , But It should be visible under Actual.
A pivot table will show all expressions for all dimension values.
The only way I can think of to achieve something similar is by converting your expressions into an additional dimension and check your ExpressionDim in your single expression to select the correct expression.
Please check attached.
A pivot table will show all expressions for all dimension values.
The only way I can think of to achieve something similar is by converting your expressions into an additional dimension and check your ExpressionDim in your single expression to select the correct expression.
Please check attached.
Try Set analysis
May be this will work
Hi Prasad,
Please find the attched application.
I have used valuelist for required dimension & expression.
Regards,
Kushal chawda
You can further simplify as attched
@Swuehl & Kushal,
Can we use this thing where we can put conditions like
=if(WildMatch(A/B,'*Budget*'),0,1)
to achieve the same result ? Coz my actual scenario is too complex & have to think twice before making any mojor changes in expresions or backend . . .
But still thanks to both of you, as your solutions shown me some way to achieve this. . .