Hello,
I have a Magic ETL that provides open order data based on an item number. One issue I am facing is if I have two or more types of open orders for an item, then they will cross multiply. For reference, I have 3 open internal requisitions and 3 open sales orders for 1 item. Instead of displaying 6 rows (3 IR and 3 SO), I get 9 rows and every combination possible. Is there anyway I can fix this in Magic ETL to display open orders in their own lines?
My table uses Item info and left joins on order datasets such as purchase orders, sales orders, work orders etc.