I have a boolean field on a report. When the value is true I would like to display "Disqualified" and when the value is false I would like to display " ". How do I accomplish this?
if {field}
then "Disqualified"
else ""
this assumes that Crystal recognizes the field as a boolean. if it recognizes it as a character or a string you may have to change the if condition. [sig]<p>Ken Hamady-
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.