Recent content by mmarshall

  1. M

    How to Express SQL "IN" statment in Progress

    Exactly!! I've been trouble shooting the INDEX for an hour now becuase my arguments were in the wrong place. We'll end up using the LOOKUP statment...seems a little cleaner. Thanks to everyone for chiming in! Marshall
  2. M

    How to Express SQL "IN" statment in Progress

    What I decided to do is use the Index Function to represent an "in" from SQL. INDEX("abc","zenbdh, wadsn, assgn", 1) If the INDEX is > 0 then exists else it doesnt exist. Thanks!
  3. M

    How to Express SQL "IN" statment in Progress

    I'm working on building a new configurator in ERP software Epicor that uses Progress while my old configurator used SQL. Trying to adapt some of these expressions to Progress is proving to be challenging since I don't know the language well yet. I'm particularly interested in the use of the...
Top