Kbase P141987: How to find records with an instance of a string or character in Results
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2009 |
|
Status: Unverified
GOAL:
How to find records with an instance of a string or character in Results
GOAL:
How to filter a Results report with a partial string
FACT(s) (Environment):
All Supported Operating Systems
Progress 6.x
Progress 7.x
Progress 8.x
Progress 9.x
OpenEdge 10.x
FIX:
Use the 4GL/ABL INDEX function in the Data Selection filter. e.g.
INDEX(<field>,"<string|Character>") > 0