Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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