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

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

conditional sum for Greater than

I am trying to do a conditional sum for greater than a certain date using the following syntax but it is not working, any ideas? thank you in advance.

Sum({<report_time >='2013-08-10 11:59:00'>} hours)

(sum of hours when report time is after 11:59 on 8/10)

1 Solution

Accepted Solutions
Clever_Anjos
Employee
Employee

Sum({<report_time ={">2013-08-10 11:59:00"}>} hours)

View solution in original post

2 Replies
Clever_Anjos
Employee
Employee

Sum({<report_time ={">2013-08-10 11:59:00"}>} hours)

Not applicable
Author

Perfect. THANKS