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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add a summary column

Hello everyone,

I created a PivotChart that gives me the numbers of purchase order and products ordered, in column months and under each month the quantities ordered and quantities delivered, how I can add a column that calculates the remainder (sum quan  ordered - sum quantity delivered ) But this column of remaining should not be repeated every month but rather a single column at the end of the table


thank you

                                                 

Monthjanv-16févr-16remaining
N° POProductquantity ordered quantity deliveredQuantity orderedquantity delivered
1A2001002000300
2B20050050100
3A2005020050300
3B2000050150

Ce message a été modifié par : Zoubir Bouchenafa

11 Replies
bgerchikov
Partner - Creator III
Partner - Creator III

Try to put Aggr expression in IF statement

Not applicable
Author

‌resolved, by creating a calculated demension =aggr(sum ordered - sum delivered ),n po, product) and place the demension after product culom

thank you