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

different bar color of a dimension point based on selected value at list box

hi, community,

for the dimension with the same name with the selected value at the Category list box,

I would like change the bar to a different color.

how can i achieve this..??

Capture.JPG

1 Solution

Accepted Solutions
zhadrakas
Specialist II
Specialist II

use this Expression as Background color

if(GetFieldSelections(Category)=Category, cyan())

regards

tim

View solution in original post

2 Replies
zhadrakas
Specialist II
Specialist II

use this Expression as Background color

if(GetFieldSelections(Category)=Category, cyan())

regards

tim

Not applicable
Author

Thx Tim!