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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
palanimurugan
Contributor III
Contributor III

Setting Date column Color in Straight Table

Dear Experts,

Please suggest how to change the date column color based on the current date.

     For Example ..

              I need to change the current date as yellow, past date as red and future date as Green.

Please suggest.

Regards,

Palanimurugan.S

1 Reply
tresesco
MVP
MVP

Try expression like below for background color.

If( Date=today(), yellow(), if (Date<today(), red(), green()))