Joined: 30 Oct 2012
Online Status: Offline
Posts: 104
Topic: Formula Fields and Text Colors Posted: 16 Nov 2012 at 5:22am
This is probably addressed somewhere in the forums, but I have not yet perfected how to search effectively in here, so if my question is a common one, feel free to direct me to the appropriate threads.
I have a simple formula field that subtracts the value of one field from another. I would like for the text of the formula field to be red when it is a negative value.
As always, your input is very much appreciated!
Edit: BTW, I have tried using
if (formula) < 1
then red
else black
I couldn't keep the formula and the if/then/else statement together in one formula field. It changed all my values to zero.
Joined: 06 Aug 2012
Location: United States
Online Status: Offline
Posts: 75
Posted: 16 Nov 2012 at 5:32am
Right Click on the Field/ Formula you want to format-> Select Format Field->Font Tab->Click X-2 Box Next to color-> Write Condition Accordingly: if {Field}<0 then crRed
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum