Oct 19, 2005 #1 Shtinky MIS Nov 14, 2003 12 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
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
Oct 19, 2005 #2 lbass Technical User Feb 9, 2002 32,818 US Right click on your formula->border and colors->font->color->x+2 and enter: if currentfieldvalue = "NA" then crRed else DefaultAttribute -LB Upvote 0 Downvote
Right click on your formula->border and colors->font->color->x+2 and enter: if currentfieldvalue = "NA" then crRed else DefaultAttribute -LB