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

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

Pivot table issue help

I have attached test QVW and the excel file.

I have 3 expressions but I dont want to show total on each Status level insted I only want the total of those expresions at the end as attached screenshot.How can I do that ?

1 Solution

Accepted Solutions
sunny_talwar

See if this helps

Capture.PNG

View solution in original post

12 Replies
martinpohl
Partner - Master
Partner - Master

so uncheck the subtotal on dimension 3

regards

Not applicable
Author

The second column is calculated based on the expressions...unchecking doesnt help.

Not applicable
Author

stalwar1‌ Do you have any solution as always please

sunny_talwar

See if this helps

Capture.PNG

vishsaggi
Champion III
Champion III

Hi sunny, this is very interesting showing multiple subtotals/totals in the last for a pivot table. I am trying to get my head around this, if not much pain would mind explaining the below stuff a little more :

1. Two tables created with Dim and Dim2?

2. =Pick(Dim2, PSSiteSubmittalStatus, 'Total') ?

3. =If(Dim2 = 2, Pick(Dim, 'Total', 'ATT', 'VERIZON'), '') ?

Apologies if I am asking too basic ?

Thanks,
V.

sunny_talwar

Vish -

Right now I am trying to get something done, but I promise to go over this (either here or a blog post) to explain the logic behind what I have done.

Best,

Sunny

vishsaggi
Champion III
Champion III

No problem, appreciate that.

Thanks,
V.

Not applicable
Author

Perfect.Thank again.One question...how can I have total as last row after ATT and Verizon row ?

sunny_talwar

Made the modification to the dimension and the expression