Suppressing Booleans on Crystal Reports

booleancrystal-reports

Simple question, yet i haven't found the answer.

Anybody here know how to suppress a boolean field from displaying a "False" ?

For example in my report, I have fields that say True or False…i'd rather just see a True and have crystal reports suppress the "False"

Anybody know how to do that?

Best Answer

Use the Suppress formula for that field (available by clicking the X+1 button on the field object's properties dialog next to Suppress), and make it say :

NOT {FieldValue}

This will suppress the field if it is False and show it if it is True.