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: 
cscherer
Contributor
Contributor

show same colour

Hello,

I`ve got simple data for my example: date, site, value. I want to have the same colour for the same site in different charts. Is this possible?

In my example in chart1 site A is blue; in the second chart site B is blue. How can I change that?

Thanks a lot.

Regards,

Clemens

1 Solution

Accepted Solutions
whiteline
Master II
Master II

For both charts check:

Properties -> Colors -> Persistent Colors

View solution in original post

4 Replies
whiteline
Master II
Master II

For both charts check:

Properties -> Colors -> Persistent Colors

cscherer
Contributor
Contributor
Author

thank you!

abhijain
Partner - Contributor III
Partner - Contributor III

Hello cscherer,

It is much better to provide the condition in the expression background color for different site and use the same condition in different charts.

For eg: IF(site='A',red(),if(site='B',green(),if(site='C',BLUE(),IF(site='D',CYAN(),IF(site='E',BLACK(),'')))))

cscherer
Contributor
Contributor
Author

thank you, I´ll test it!