|
|
Question : "NOT LIKE" condition in Crystal Reports
|
|
I need to know how to a "not like" condition is crystal reports. I know how to do a "like" condition ex.{AllSeriousAllergy.ListAllergy} like '*Hives*'. For some reason not like is not working. Please help, this is sooo frustrating. Thanks in advance
|
Answer : "NOT LIKE" condition in Crystal Reports
|
|
Try this:
not({AllSeriousAllergy.ListAllergy} like '*Hives*')
|
|
|
|