Print Page | Close Window

Adding Bold & Red to my formula?

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=15954
Printed Date: 08 May 2024 at 4:59am


Topic: Adding Bold & Red to my formula?
Posted By: dawnh44
Subject: Adding Bold & Red to my formula?
Date Posted: 22 Mar 2012 at 8:10am
Hello everyone,
 
I have the following formula:
 
if {S_DOC_AGREE.EVT_LOC_FLG} = 'Y' then ({S_DOC_AGREE.NAME} + " "+"(Nurse Navigator)")
else {S_DOC_AGREE.NAME}
 
I'd like the text to appear bold & red when {S_DOC_AGREE.EVT_LOC_FLG} = 'Y'.  Can anyone please tell me how to update my formula?
 
Thank you.



Replies:
Posted By: DBlank
Date Posted: 22 Mar 2012 at 8:15am
right click on the fomrula field
select format field
font tab
color formula
if {S_DOC_AGREE.EVT_LOC_FLG} = 'Y' then crred else crblack
style formula
if {S_DOC_AGREE.EVT_LOC_FLG} = 'Y' then crbold else crregular


Posted By: dawnh44
Date Posted: 22 Mar 2012 at 8:26am
Thank you so much!!!!  Wink



Print Page | Close Window