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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
prees959
Creator II
Creator II

Datetime < Current DateTime

HI,

Can anyone post the correct expression to test if a dd/mm/yyyy hh:mm field is less than the current date&time please ?

Thank you.

Phil

1 Solution

Accepted Solutions
sunny_talwar

May be this

If(DateTime < Now(), ...)

View solution in original post

3 Replies
sunny_talwar

May be this

If(DateTime < Now(), ...)

prees959
Creator II
Creator II
Author

thank you

vkish16161
Creator III
Creator III

Just a small caveat with Now() function. Sometimes, it might freeze in the Access point.