Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a pivot table, and I want to create an expression that dont take into account all the dimension but one.
How I can get it?
Thanks in advance,
Sara
Not entirely sure what you are looking for, do you have a sample you can share?
Try like:
Sum( Total <FieldName> Sales)
Hi Sara,
Try to make the expression independent of the dimension.
For example:
If your Dimensions are Dim1 and Dim2. Then while creating the expression (i believe set analysis), try like below:
Exp: sum({<Dim1=>}Sales)
It would be easy to help, if you can share an example with us.
Regards
KC
It works, Thanks!