Hi, I'm stuck trying to find descriptions containing the strand "-OBS" from our database. I have done it before I just forgot how. Here is what I have:
FOR EACH ITEM WHERE ITEM.stat = "O" AND ITEM.DESCRIPTION = "*-OBS*":
DISPLAY ITEM.ITEM.
END.
This isn't returning the values I am trying to find. Any help is appreciated. Thanks.
FOR EACH ITEM WHERE ITEM.stat = "O" AND ITEM.DESCRIPTION = "*-OBS*":
DISPLAY ITEM.ITEM.
END.
This isn't returning the values I am trying to find. Any help is appreciated. Thanks.