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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Formatting date

Any idea to make it to display as in red text? I'm using system default autoCalendar.YearMonth.

Example.png

13 Replies
tresesco
MVP
MVP

I guess OP has got the answer in Prashant's reply and he wanted the format for all dates. However, to clarify your query, if you use calculated dimension, it would only show the effect where you use it.

Chanty4u
MVP
MVP

thanks  tresesco

PrashantSangle

Close the thread by selecting correcting answer.

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
simran04
Contributor II
Contributor II

You can use "If" statement.

E.g., If(Date>'01/10/2018', green(), red()).

The above statement will result in green color if date is greater than the above mentioned date and red if it's below than that.