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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Doing an overall total in a pivot table using the Partial Sums option

Hi

I have a pivot table in a QlikView document. Please see image.

QV_QuestionTotal.PNG.png

If you look at the 'Total' column in the table, this is created by the Partial Sums option in the Pivot Table. This is fine. The total is displayed.

When I make selections in my document, the total changes. I want to be able to have a total in the table that when I make a selection I have an overall total.

Is there a way to do this?

Thanks

1 Reply
jerem1234
Specialist II
Specialist II

Please find attached to see if it is what you want. I used this expression:

if(secondarydimensionality(), sum(Value), sum({1}Value))

Hope this helps!