I am using Crystal Reports V10. I am working with problem mgt. tickets and there is a field called problem abstract which is a string field (60). I am trying to write a statement that will allow me to search this string field and pull any tickets with the word "Visalia" in the field.
This is what I am using and it's not pulling all of the tickets due to different variations.(Ex. NCCF/VISALIA, REKV-VISALAI, RUSH:VISALIA...)
Here is my coding statement:
{PROBLEMS.OPEN_DATE} in YearToDate
and
{PROBLEMS.PROBLEM_ABSTRACT} like ["Visali*"]
Any help would be greatly appreciated !
This is what I am using and it's not pulling all of the tickets due to different variations.(Ex. NCCF/VISALIA, REKV-VISALAI, RUSH:VISALIA...)
Here is my coding statement:
{PROBLEMS.OPEN_DATE} in YearToDate
and
{PROBLEMS.PROBLEM_ABSTRACT} like ["Visali*"]
Any help would be greatly appreciated !