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: 
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)

Labels (1)
1 Solution

Accepted Solutions
Clever_Anjos
Support
Support

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

View solution in original post

2 Replies
Clever_Anjos
Support
Support

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

Not applicable
Author

Perfect. THANKS