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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
tabletuner
Creator III
Creator III

Change the colour of a text in expression

Hi all,

I'm trying to paint the text red in the title of a straight table if a certain condition is met, as follows:



=
if(Description='A',Concat(Description,','),Concat(red(Description),','))
))


However, I use the red() function in a wrong way here. I would like to know if there is a function that can do the job.

Thanks in advance!

3 Replies
prieper
Master II
Master II

Just enter the condition into the background-colour of the caption, like

If(Sum(val) > 10, Red())

HTH
Peter

tabletuner
Creator III
Creator III
Author

That seems nice. However, Id like to only paint part of the sentence in red colour. Can you do the trick?

prieper
Master II
Master II

Sorry for misunderstanding,
Think that there is no functionality - in none of the various text-entries - it is always either/or

Peter