Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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