Hello,
I want that each operator loads items from the rack beside in the "ProcessFlow2". If the loaded quantity is not enough then the operator can complete it by loading from the other rack. I start by the condition 'loading from the rack beside'. I added the field "LRackN" in the list4 that attributes to each pushed item a value of 3 if this item belongs to "rack 31" and the value 4 if it belongs to the "rack19". In addition, I put the query "WHERE LRackN = 3" in "pull from list1" and the query "WHERE LRackN = 4" in "pull from list2". But, this is not working for the operator 2!
Would anyone tell me why I get this problem, please?
Regards.