FrankMhere
Technical User
I'm creating a report using Crystal 8. I have a String field but I wanted to create a formula using a Wildcard.
IF
({Field}) = "11-1111111" OR
({Field}) = "11-2222222" OR
({Field}) = "*0000*"
THEN 1 ELSE 0
I'm guessing that my issue has to do with the fact that the field is a String. Am I correct? Is there a way around this?
IF
({Field}) = "11-1111111" OR
({Field}) = "11-2222222" OR
({Field}) = "*0000*"
THEN 1 ELSE 0
I'm guessing that my issue has to do with the fact that the field is a String. Am I correct? Is there a way around this?