Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Total row in a Pivot table

Hi,

How can I add a row that shows the total number for each column in my pivot table?

Thanks!

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

There will be option of Show Total for each Dimension in Column section.. Enable that option

View solution in original post

6 Replies
Not applicable
Author

shraddha_g
Partner - Master III
Partner - Master III

There will be option of Show Total for each Dimension in Column section.. Enable that option

Anonymous
Not applicable
Author

Thank you, I found it!

Anonymous
Not applicable
Author

Can I also get a total at the bottom of each column?

Anonymous
Not applicable
Author

Great, thank you!

OmarBenSalem

No, you can't do that.

But if you want to change the Total (how it's calculated) ; in the expression do:

if (dimensionality()=0,Avg(Sales), your expression)

It's not what you asked for but I thought It couuld be helpful for another time !