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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
saumyashah90
Specialist
Specialist

Calendar problem (Start Date and End Date)?

if(Sub_Dept='Red','qmem://<abc.png>',

if(Sub_Dept='Amber','qmem://<pqr.png>',

if(Sub_Dept='Green',qmem://<xyz.png>','qmem://<lmn.png>')))

Please help me with expression using startdate and end date

Date={'>=${Start_Date}<=$(End_Date)'}

1 Reply
alexandros17
Partner - Champion III
Partner - Champion III

try this

Date={'>=Start_Date<=End_Date'}

hope it helps