Oct 27, 2004 #1 tman135 Programmer Feb 28, 2001 48 US Is it possible to use a case statement in Crystal 8.5 with a wildcard operator? For example, SELECT (TABLE.FIELD) CASE LIKE '%VHS%' AND LIKE '%GB%' : 50 Thanks for any advice
Is it possible to use a case statement in Crystal 8.5 with a wildcard operator? For example, SELECT (TABLE.FIELD) CASE LIKE '%VHS%' AND LIKE '%GB%' : 50 Thanks for any advice
Oct 27, 2004 #2 mbarron Technical User Aug 3, 2001 1,247 US Are you talking in the record selection area ("menued" at Report / Edit / Edit Selection Formula > Record...) You could use: {table.field} like ["*VHS*","*GB*"] or you could use the record selection expert and choose "Is like" for your field. Mike Upvote 0 Downvote
Are you talking in the record selection area ("menued" at Report / Edit / Edit Selection Formula > Record...) You could use: {table.field} like ["*VHS*","*GB*"] or you could use the record selection expert and choose "Is like" for your field. Mike