Formating a phrase in a calc field
-
- Posts: 20
- Joined: Tue Oct 10, 2017 12:44 pm
Formating a phrase in a calc field
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
[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