Message 1 of 14

Not applicable
08-25-2017
01:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm looking for a way to obtain a parts list from an assembly that will include all referenced assemblies/parts and their respective total quantities.
So for this structured BOM:
Item Part Number Qty
1 Assembly1 2
1.1 Assembly2 2
1.1.1 Part1 1
1.1.2 Part2 3
1.2 Part3 4
The parts list would look like:
Part Number Qty
Assembly1 2
Assembly2 4
Part1 4
Part2 12
Part3 8
Any ideas on how to achieve?
Solved! Go to Solution.