Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Guys,
I need to color this number in red (whene n<0) or green(>0), it is a text object, any idea how to do that :
thanks
May be this
Hi,
Use the Expression used to derive that number (Exp) in the Properties -> Font Tab -> Color -> Edit expression as below.
if(Exp<0, Red(), Green())