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: 
lishuang
Contributor III
Contributor III

How to realize the color of weekend's data different from the other date color?

Hi all,

How to realize the color of weekend's data different from the other date color?

Thanks in advance!


2.jpg

1 Reply
subathra
Partner - Contributor III
Partner - Contributor III

Hi,

you can use this as a colour expression

if(OrderDate=pick(Match(weekend(OrderDate),OrderDate),OrderDate),red(),green())