I am performing a simple calculation in a text element that simply subtracts one number from another. What I want to do is, if that number is negative make the font color red.
A text element is just for display purposes so you can’t refer to the text itself… so this won’t work as you’re trying to do it.
Instead you’ll need to use the same expression you’re using for the text in the conditional. (you can just copy the expression and paste it into the Conditional, then add the ≤ 0 at the end.