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

  • Thread starter Thread starter onnodehaan
  • Start date Start date
Status
Not open for further replies.
O

onnodehaan

Guest
Hi, You could build up a dynamic query, perhaps? every item in the list would be a seperate part of the query A,B,D,E query = 'for each table where ' do i = 1 to num-entries(list) query = query + ..... end. run the query. Now you only have one query to run. But I admin... still pretty ugly :-)

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