Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
lu2021
Contributor II
Contributor II

sysdate

how do I write this in Qlik sense

DATE BETWEEN SYSDATE - 60 AND SYSDATE

1 Solution

Accepted Solutions
yilmazmurat
Contributor III
Contributor III

You can try the expression below.

 

IF(Your_Date_Field<DATE(NOW()) AND Your_Date_Field>DATE(NOW()-60),1,0)

View solution in original post

1 Reply
yilmazmurat
Contributor III
Contributor III

You can try the expression below.

 

IF(Your_Date_Field<DATE(NOW()) AND Your_Date_Field>DATE(NOW()-60),1,0)