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: 
paulyeo11
Master
Master

How to make my same Brand color similar ?

Hi All

I have 2 field , one if core band another one is all brand.

When i try to use the color to represent each brand.

How to make both Brand=Hakko same color ?

Now they are different color.

Can some one share with me using expression.

For example

Hakko = Red

GE or GE Fanuc = Blue

Thank you.

Paul Yeo

1 Solution

Accepted Solutions
prma7799
Master III
Master III

You can use below script in color expression

If(bRAND='HAKKO', lightRed(),If(bRAND='GE' Or bRAND='GE FANUC', lightBlue(),Green()))

View solution in original post

4 Replies
ahaahaaha
Partner - Master
Partner - Master

Hi,

Look attached file

Regards,

Andrey

prma7799
Master III
Master III

You can use below script in color expression

If(bRAND='HAKKO', lightRed(),If(bRAND='GE' Or bRAND='GE FANUC', lightBlue(),Green()))

paulyeo11
Master
Master
Author

Hi Andrey & PM

it work now. Thank you.

Paul Yeo

prma7799
Master III
Master III

Hello Paul Sir,

Please close this thread with marking helpful and correct answer.

Thanks

PM