Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Font in formula

Status
Not open for further replies.

Shtinky

MIS
Nov 14, 2003
12
0
0
US
CR 8.5 SP3
Interbase

Formula:
if {@DaysToBill} = 0 then "0" else "NA"

Is there a way to alter the formula so that "NA" appears in red font, while "0" remains the default color? Thanks

Martin
 
Right click on your formula->border and colors->font->color->x+2 and enter:

if currentfieldvalue = "NA" then crRed else DefaultAttribute

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top