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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to color a text-string

Hi,

I want to have a text-string which is under a certain condition coloured. As in my example the text "open-delay" should come up in red and bolt.

Could someone help me how to achieve this on the easiest way?

Thx in advance

Heiko

1 Solution

Accepted Solutions
pokassov
Specialist
Specialist

4 Replies
pokassov
Specialist
Specialist

12.pngHi!

See image.

alex_millan
Creator III
Creator III

Hi Heiko,

if this is a result of an expression, you can format the text colour in the chart properties windows --> tab expressions --> select your expression and click the plus sign on its left, then in the text colour window you can put a conditional expression to set the colour. For example = if(status = 'open-in-time',RGB(10,10,10),RGB(0,0,0))

HTH

Regards

mustafaelryah
Creator
Creator

My Dear

1.Properaties

2.Font Tab

3.Double click on the color and choose calculated

4.Type the formula that you want as  below:

=if ((Sum(balance)>=0, RGB (255,255,255),RGB(255,255,255))

Not applicable
Author

perfect,

thank you