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

How to calculate subtotal in straight table without using partial sum

Hi All,

 

I have the attached QlikView application.

 

I need to populate a straight table as following:

 

ScreenShot208.jpg

However, i am struggling to populate the highlighted column without using partial sum.

 

Can someone in the group share some light or guide me to the right direction?

 

Thanks in advance!

 

Elim

Labels (3)
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

 

Try below expression.

Sum(TOTAL<ID> value)

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

2 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

 

Try below expression.

Sum(TOTAL<ID> value)

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Thank you very much!

 

Resolved.

 

Elim