Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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

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

See attached example.


talk is cheap, supply exceeds demand
Not applicable
Author

Thank's, nice solution!