Monday, October 28, 2013

Crystal Reports: Suppressing a object based on condition

Suppressing a object based on condition is pretty easy. Just use a Boolean field or Boolean parameter or an expression that returns Boolean value.

No if else is required.

e.g.

{?ShowPaid}
 
If it returns true object will be suppressed else no

No comments:

Post a Comment