Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You can use below script in color expression
If(bRAND='HAKKO', lightRed(),If(bRAND='GE' Or bRAND='GE FANUC', lightBlue(),Green()))
Hi,
Look attached file
Regards,
Andrey
You can use below script in color expression
If(bRAND='HAKKO', lightRed(),If(bRAND='GE' Or bRAND='GE FANUC', lightBlue(),Green()))
Hi Andrey & PM
it work now. Thank you.
Paul Yeo
Hello Paul Sir,
Please close this thread with marking helpful and correct answer.
Thanks
PM