Page 1 of 1

Formating a phrase in a calc field

Posted: Fri Jan 03, 2003 8:21 pm
by Mary_S_(Guest)
I have a iif() calculated field. The false value is a character phrase I would like to print out in bold. The true value needs to be the default format for the document so I can^t format the calc. field. Is there a way to do this?

=> Formating a phrase in a calc field

Posted: Sat Jan 04, 2003 5:13 pm
by kfleming
[updated:LAST EDITED ON Jan-04-03 AT 05:14 PM (EST)]You can get there by creating two calculations.__The first is:__IIF(.not. condition,^boldvalue^,^^)__place this on report and format it as bold.__The second is__IIF(condition,^normvalue^,^^)__Place this field directly on top of the first field.__This allows the true value to print normally and the false value to print as bold.____Kathleen__R&R Support