mckenneyj
MIS
- Jun 1, 2002
- 96
Can someone tell me the syntact for using NOT LIKE
Here is the snipet used
if {CASE_FEE.FDICN_DESCRIPTION} LIKE "RC" then "Replied Correct" else
if {CASE_FEE.FDICN_DESCRIPTION} NOT LIKE "RC" then "Reply Incorrect"
I know I could leave the seconf line off but need to incorporate for furture editions by changing to CASE stmt
Thanks,
John McKenney
Work Hard... Play Harder
Here is the snipet used
if {CASE_FEE.FDICN_DESCRIPTION} LIKE "RC" then "Replied Correct" else
if {CASE_FEE.FDICN_DESCRIPTION} NOT LIKE "RC" then "Reply Incorrect"
I know I could leave the seconf line off but need to incorporate for furture editions by changing to CASE stmt
Thanks,
John McKenney
Work Hard... Play Harder