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

Expressions format

Hi everyone!

Could you, please, refer me to any post or materials where it is reveaeld how to work with this the followwing part of expressions:3.png

For example, I need to change a text color of only one series in diagramme not changing others.

Many thanks in advance!

Marina

2 Replies
Anonymous
Not applicable
Author

goto textcolor under your Expression and define

if (myserie='ABC', rgb(255,0,0), rgb(0,,0,255))

you can use variable for Colors (recommended)

kuczynska
Creator III
Creator III

You can either change it use it rgb() function under Expression tab:

sc1a.png

Or you can try to apply your changes under Visual Cues for the specified expression:

sc2.PNG

Try few options and see if that's what you are looking for. I like to use Text format option and Background Color as you have more options with the cell formatting - by using IF statements.