Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

1 Solution

Accepted Solutions
sunny_talwar

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

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

No problem

I am glad I was able to help.

Best,

Sunny