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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

summing the values of an if statement

heres an example of what I would want to do

IF (ship_date = Today()) then Sum(tons of those shipments)

1 Solution

Accepted Solutions
olivierrobin
Specialist III
Specialist III

hello

maybe

sum(if(ship_date = Today(),[tons of ...],0)

View solution in original post

2 Replies
olivierrobin
Specialist III
Specialist III

hello

maybe

sum(if(ship_date = Today(),[tons of ...],0)

Anonymous
Not applicable
Author

Thank you very much