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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
sat_tok52
Creator
Creator

Pivot subtotal problem

Hi Guru's

I am using pivot table ,but my pivot is unable to display total.I have two dimension and one expression and also have checked show partial sum check box in presentation still it's not .attaches is the screen shot

any help.

Thanks,

Sateesh

1 Solution

Accepted Solutions
sunny_talwar

Try Adding Sum( before Aggr()

=Sum(Aggr(Sum({<bucket={'Open / O/N'}>}AMT), purpose, subclassification))

View solution in original post

5 Replies
sunny_talwar

Can you share the expression you are using?

sat_tok52
Creator
Creator
Author

=Aggr(sum( {<bucket={'Open / O/N'}>}AMT),purpose,subclassification)

sat_tok52
Creator
Creator
Author

=Aggr(sum( {<bucket={'Open / O/N'}>}AMT),purpose,subclassification)

sunny_talwar

Try Adding Sum( before Aggr()

=Sum(Aggr(Sum({<bucket={'Open / O/N'}>}AMT), purpose, subclassification))

sat_tok52
Creator
Creator
Author

Thanks Sunny