Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
Just enter the condition into the background-colour of the caption, like
If(Sum(val) > 10, Red())
HTH
Peter
That seems nice. However, Id like to only paint part of the sentence in red colour. Can you do the trick?
Sorry for misunderstanding,
Think that there is no functionality - in none of the various text-entries - it is always either/or
Peter