[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Find records that has all items in the list

  • Thread starter Thread starter David Abdala
  • Start date Start date
Status
Not open for further replies.
D

David Abdala

Guest
Well, your question is not clear enough for me.. What I understands is that you want to find all the records that match with all the values in a list. Someting like: FOR EACH table WHERE LOOKUP(field,list) GT 0: ENTRY(LOOKUP(field,list),list) = STRING(ROWID). END. /* at this point, list has the rowids of the records, instead of the values, you may need to check that all the valures have been replaced */ .. probably is not what you are really asking about..

Continue reading...
 
Status
Not open for further replies.
Back
Top