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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RE: Conditionally bold font

Status
Not open for further replies.

allyne

MIS
Feb 9, 2001
410
US
Is there a way to bold a field value only when the field value is > 2.0?

Thanks For your help

Cathy
 
Under 'Format Field' click the little formula button.
For the conditional formula type:
if {table.field} > 2.0 then bold else regular
 
There is no conditional formulas for Font, Size and Style in V7, that was added with V8.

You have to drop back to the kludge technique. Create 2 copies of the field, one in each style (Bold/Regular), and put them on top of each other.

Suppress the Bold one with:
{field} <=2

Suppress the regular one with:
{field} >2 Ken Hamady
Crystal Reports Training/Consulting and a
Quick Reference Guide to VB/Crystal (including ADO)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top