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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Beginner help!

Hi. I only want to se the SECount >0 for today.

Wat's wrong whit this?

[ code ] count (if(SECount>0 and EndTime>=Today(),1)) [ /code ]

Tacks! [:D]

1 Solution

Accepted Solutions
Not applicable
Author

What is the formay of EndTime in your data? Today() is going to return a date: 2/16/2010 (format may differ). If your EndTime is not in that format, the conditional may not return what you expect.

Try putting =Today() in a text box and see what it looks like and then compare that to your EndTime data.

View solution in original post

2 Replies
Not applicable
Author

What is the formay of EndTime in your data? Today() is going to return a date: 2/16/2010 (format may differ). If your EndTime is not in that format, the conditional may not return what you expect.

Try putting =Today() in a text box and see what it looks like and then compare that to your EndTime data.

Not applicable
Author

Thank you for the fast answer. it help t me very much!