Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have created a pivot table, as an example below:
I will need to remove the data where the "Level" has "Out" (as you can see, work A is duplicated in price because of the "Out").
I tried the set expression:
=Aggr(Only({<Level-={"Out"}>} Level), Level)
But the result is this:
The "Out" is removed, but the data row remains.
I need the end result to be:
Any help or advice on this is greatly appreciated. Thank you.
on the Level Dimension uncheck Include Null Values
Hi, if I do that then my work "C" will also be gone. Please see my end result table...
Thank you.
add your set analysis
{<Level-={"Out"}>}
to Price instead
Hi it does not seems to work.
My price has a formula using SUM(X) in set analysis.
{<Level-={'Out'}>}
Works for me