I use CR IX and I am a new user. I have a simple formula (at least I think it is) to add to my report.
//crystal syntax
WhilePrintingRecords;
If {Asgnmnt.CSHold} = "True"
then "HOLD"
Else ""
When I view the report it is "" all the way. {Asgnmnt.CSHold} is a check box, so I am assuming this is a Boolean T/F.
WPCMS
//crystal syntax
WhilePrintingRecords;
If {Asgnmnt.CSHold} = "True"
then "HOLD"
Else ""
When I view the report it is "" all the way. {Asgnmnt.CSHold} is a check box, so I am assuming this is a Boolean T/F.
WPCMS