I need a formula to look further to see if the same item exists in an invoice. I am extracting items which have been backordered or cancelled, if an item has been cancelled I need to look further on the order and see if it was reentered on another line if it was I do not want it to show on the report.
order# line_no Item_id disposition qty_ord qty_ship
110003 1 27089 5 5
110003 2 30985 C 10 0
110003 3 30986 B 100 0
110003 4 27077 15 15
110003 5 10105 B 25 0
110003 6 21117 5 5
110003 7 25755 C 100 0
110003 8 23777 500 500
110003 9 30985 10 10
110003 10 30355 1 1
I want the report to show all with a disposition of B and only those which do not show up on another line as being shipped.
order# line_no Item_id disposition qty_ord qty_ship
110003 3 30986 B 100 0
110003 5 10105 B 25 0
110003 7 25755 C 100 0
Thanks,
Randy
order# line_no Item_id disposition qty_ord qty_ship
110003 1 27089 5 5
110003 2 30985 C 10 0
110003 3 30986 B 100 0
110003 4 27077 15 15
110003 5 10105 B 25 0
110003 6 21117 5 5
110003 7 25755 C 100 0
110003 8 23777 500 500
110003 9 30985 10 10
110003 10 30355 1 1
I want the report to show all with a disposition of B and only those which do not show up on another line as being shipped.
order# line_no Item_id disposition qty_ord qty_ship
110003 3 30986 B 100 0
110003 5 10105 B 25 0
110003 7 25755 C 100 0
Thanks,
Randy