G
gaetan.metra
Suppose I have a set of orders I want to filter
I want to remove any order for which a product says Y. Then if blank
or N ok to ship. But if code is listed as 3 digits numbers it cannot
ship.
So using the example below only order 356 should be shipped. Any help
is appreciated.
Order 123 contains 3 items
Order # Product Cannot Ship Code
123 Product A Y
123 Product B 999
123 Product C N OKS
Order
245 Product B 457
245 Product C N OKS
Order
356 Product C N OKS
356 Product D N
I want to remove any order for which a product says Y. Then if blank
or N ok to ship. But if code is listed as 3 digits numbers it cannot
ship.
So using the example below only order 356 should be shipped. Any help
is appreciated.
Order 123 contains 3 items
Order # Product Cannot Ship Code
123 Product A Y
123 Product B 999
123 Product C N OKS
Order
245 Product B 457
245 Product C N OKS
Order
356 Product C N OKS
356 Product D N