Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Kartik2
Partner - Creator
Partner - Creator

Manual Colors for a specific dimension Value in Line chart.

Hi,

I wanted to have red color for 'Hyrimoz' one of a dimension value, and others to be of a lighter shades,

i tired Pick(Match(Product, 'HYRIMOZ'), RGB(204,102,119),Product) but getting wrong legend, I also tried with the IF statements but still Legends don't show up properly.

Kartik2_0-1731917074461.png

 

How can i fix this

Labels (3)
2 Replies
VBD
Partner - Creator II
Partner - Creator II

Hello, you can try 

Pick(Match(Product, 'HYRIMOZ'), Dual(Product,RGB(204,102,119)),Product)

regards,

Valentin Billaud
Next Decision
VBD
Partner - Creator II
Partner - Creator II

Hi,

Did that help you ?

Regards,

Valentin Billaud
Next Decision