Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dukane24
Contributor III
Contributor III

Hide some expression totals in pivot table

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!

1 Solution

Accepted Solutions
MarcoARaymundo
Creator III
Creator III

Use a dimensionality function.

If(dimensionality() = "Total row nimber", '', Sum(Field))

View solution in original post

4 Replies
sergio0592
Specialist III
Specialist III

And if you check Expression Total in Total Mode just for the expression you want display the total?

dukane24
Contributor III
Contributor III
Author

Hello,

The total mode section is greyed out - I don't believe it's available for pivot tables.

- Thank you

MarcoARaymundo
Creator III
Creator III

Use a dimensionality function.

If(dimensionality() = "Total row nimber", '', Sum(Field))

dukane24
Contributor III
Contributor III
Author

Perfect! Thank you!