Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a pivot table with three expressions, however I only want to show a total for one of them. Is there a way to hide the ones I don't need? I know there is a "Show Partial Sums" option that can be turned on and off, however this is by dimension, not by expression.
Thank you!
Use a dimensionality function.
If(dimensionality() = "Total row nimber", '', Sum(Field))
And if you check Expression Total in Total Mode just for the expression you want display the total?
Hello,
The total mode section is greyed out - I don't believe it's available for pivot tables.
- Thank you
Use a dimensionality function.
If(dimensionality() = "Total row nimber", '', Sum(Field))
Perfect! Thank you!