Skip to Content
0
Former Member
Sep 17, 2007 at 06:56 PM

Formula using "NOT LIKE"

123 Views

Post Author: LarryA

CA Forum: Formula

I am running crystal 8.0.0.500 I am trying to use "NOT LIKE" in a formula, is there some other options other than "NOT LIKE" to get the same results or does any of the newer versions of Crystal support the NOT LIKE option?

The code look like this

if {CONTHIST.RECTYPE} LIKE "U" Then"UnSuccessful" Elseif {CONTHIST.RECTYPE} not LIKE "U" Then"Successful"else"Others"

Thanks for any input.