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

Combo Chart: Change color in Bar

How would I create an expression to change the color from my combo chart on the bar? Pic below. The slicer below has a trigger to only show the last two months. So I would like to change the color to diffrenicate between the two months. Thoughts?

1 Solution

Accepted Solutions
sunny_talwar

May be like this

If(ActiveMonth = Max(TOTAL ActiveMonth), Color1, Color2)

View solution in original post

1 Reply
sunny_talwar

May be like this

If(ActiveMonth = Max(TOTAL ActiveMonth), Color1, Color2)