Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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