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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reference Grand Total to another colum pivot table

Hello There!

¿Is it possible in pivot table to reference Grand Total of a cell to another Grand Total cell in the same pivot table?

If someone have the answer, I'll apreciate any help.

My best regards

Requirement.png

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

You can look at the concept of Dimensionality() where you can specify one expression for the rows and another expression for the grand total. Something like this may be:

If(Dimensionality() = 0, YourGrandTotalExpression, YourOtherExpression)

HTH

Best,

Sunny

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

You can look at the concept of Dimensionality() where you can specify one expression for the rows and another expression for the grand total. Something like this may be:

If(Dimensionality() = 0, YourGrandTotalExpression, YourOtherExpression)

HTH

Best,

Sunny

Not applicable
Author

Thank you man, it works perfect

sunny_talwar
MVP
MVP

No problem

I am glad I was able to help.

Best,

Sunny