Wondering if there is a way to run a script to list a Bill of Material.that could be up to 11 levels deepIn the table below I have Parent item ABC with two components ZYX and VUW and Component ZYX also has two components TTT and XXX. Parent_Item Seq Comp_Item Qty ABC 10 ZYX 3 ABC 20 VUW 5 ZYX 10 TTT 2 ZYX 20 XXX 2
In a table similar to the one above with thousands of records. Is there a way to Query Parent item ABC and get these records returned in this order?Parent_item Seq Comp_item QtyABC 10 ZYX 3ZYX 10 TTT 2ZYX 20 XXX 2ABC 20 VUW 5