wesleycrusher
Technical User
Greetings. I am new to Crystal and, at the risk of sounding too new, have a problem with an "if then" statement. I'm using Crystal 8.5 to create a directory of products from our DB. Certain products either have a feature or don't, hence the 0/false or 1/true stored in the DB. I currently have the report showing a 0 if it doesn't have the feature(s) and 1 if it does, the default. I want to change this to say "U" if it does and a blank char or space if it doesn't. What would the code be to do this in Crystal and do I need a void print or something similar?