Hi,
I'm a bit stuck to what is probably a trivial matter.
I cant seem to do an if statement relating to changing color of label text.
I've tried this:
If(Value(Label9_13.Text)>0,Red,Green)
but it doesnt seem to work? Any ideas
Label9_13 is a calculation based on the subtraction of two figures:
Text(Value(Label9_12-Label9_11),"$#,###")