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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
canmarroig
Partner - Creator
Partner - Creator

if condition on aggr

Hi, i need to calculate, sum(quantity) only for invoice >0  in a box

 

InvoicequantityUSD
a2220,99
b80
c50
d30
e50
f4369
g3837,95
h160
i8610,9
l38158,19

Thanks

Labels (1)
1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

Try:

sum({<USD = {">0"}>}quantity)

View solution in original post

3 Replies
shraddha_g
Partner - Master III
Partner - Master III

Do you mean invoice having USD>0?

canmarroig
Partner - Creator
Partner - Creator
Author

Yess,

shraddha_g
Partner - Master III
Partner - Master III

Try:

sum({<USD = {">0"}>}quantity)