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: 
Not applicable

Calculated color in line chart

Hi!

How can i use calculated color in line chart? I have a date in dimension and i want to color weekends in grey.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Anonymous
Not applicable
Author

try to create a new field with only weekend's as a fields values

and create a flag out of both

and use "Date" as dimension (click + sign)

and you can see write condition on text color or background color

= if( flag =1, grey())

Just a Thought

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank's, nice solution!