Formating a phrase in a calc field

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
Mary_S_(Guest)
Posts: 20
Joined: Tue Oct 10, 2017 12:44 pm

Formating a phrase in a calc field

Post by Mary_S_(Guest) » Fri Jan 03, 2003 8:21 pm

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?

kfleming
Posts: 5795
Joined: Tue Oct 10, 2017 12:44 pm

=> Formating a phrase in a calc field

Post by kfleming » Sat Jan 04, 2003 5:13 pm

[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

Post Reply