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: 
jadams123
Creator
Creator

Subtotal question. Really simple question. Please help

Hi I want to be able to total the subtotal amount. How can I do that?

This as you know gives me the Total of the whole column (CY - Territory). 

Sum(Total{$<Brand={'xyz'},[Reporting Group]={'xyz'}>}[# Amount])

RegionTerritoryCY - TerritoryCY - Territory XYX
AtlanticXYZ$1,088,104.54$46,691,919.06
AtlanticABC$1,130,739.79$46,691,919.06
AtlanticTotal$2,218,844.32$46,691,919.06

 

I would like to know the subtotal amount. How can I do that?

RegionTerritoryCY - TerritoryCY - Territory
AtlanticXYZ$1,088,104.54$2,218,844.32
AtlanticABC$1,130,739.79$2,218,844.32
AtlanticTotal$2,218,844.32$4,437,688.65

Thanks, 

J

 

2 Solutions

Accepted Solutions
sunny_talwar

May be this

Sum(TOTAL <Region> {$<Brand = {'xyz'}, [Reporting Group] = {'xyz'}>} [# Amount])

View solution in original post

jadams123
Creator
Creator
Author

10 Trillion thanks. SOLVED!

View solution in original post

3 Replies
jadams123
Creator
Creator
Author

Please note. I am only a front end user and I am using pivot table. If this cant be done in a pivot table how to do it in a straight table. 

sunny_talwar

May be this

Sum(TOTAL <Region> {$<Brand = {'xyz'}, [Reporting Group] = {'xyz'}>} [# Amount])
jadams123
Creator
Creator
Author

10 Trillion thanks. SOLVED!