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

Bold a Crystal Report Field

Status
Not open for further replies.

computerman29651

IS-IT--Management
Joined
Aug 28, 2006
Messages
51
Location
US
Is there away to use a formula to bold a crystal report field?

Lets say that I have crystal report fields named 'Field1', 'Field2' and 'Field3' that contains the following information:

Field1 Field2 Field3
Car 2 blue
Trucks 5 red
Van 7 green
Total Automobiles 14 color

I want to be able to bold the number that comes up in 'Field2' on the row with 'Total Automobiles'. The number in that row will not always be 14, I just used that for the example.

Please let me know if more information is needed, or if I need to clarify anything.
 


Right click on Field2, select Format Field, then in the Font tab, click on the formula button for Style, and enter:

If {Field1}="Total Automobiles" then CrBold else CrRegular



 
If "Total Automobiles" is in a group footer section, you should just be able to select the value "14" and click on "B" in the toolbar.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top