If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
how do I write this in Qlik sense
DATE BETWEEN SYSDATE - 60 AND SYSDATE
You can try the expression below.
IF(Your_Date_Field<DATE(NOW()) AND Your_Date_Field>DATE(NOW()-60),1,0)
You can try the expression below.
IF(Your_Date_Field<DATE(NOW()) AND Your_Date_Field>DATE(NOW()-60),1,0)