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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
spikenaylor1
Creator
Creator

sum subtotal

Hi there

Below is my table

Bactch, Package ID, Inspected, Failed are all brought in from source data

I need to calculate for each batch the batch total

I cannot work out how to acheive this

any help or guidance would be gratefully appreciated

BatchPackage IDInspectedFailedBatch Total
ABC123A24801122323673 (=sum(Inspected for Batch))
ABC123A25689713523673
ABC123A26876519823673
ABC124Z222056226711
ABC124Y6773057236711
ABC124T5671598986711
Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be this

Sum(TOTAL <Batch> Inspected)

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

May be this

Sum(TOTAL <Batch> Inspected)

spikenaylor1
Creator
Creator
Author

Thanks

very easy and simple

regards