Right now our BOM in our company looks like this:
pos | qty |
1 | 5 |
1.1 | 1 |
1.2 | 2 |
1.3 | 3 |
2 | 6 |
2.1 | 2 |
2.2 | 2 |
2.3 | 3 |
I need it to multiply the subassembly quantities with the top level assembly as shown below:
pos | qty |
1 | 5 |
1.1 | 5 |
1.2 | 10 |
1.3 | 15 |
2 | 6 |
2.1 | 12 |
2.2 | 12 |
2.3 | 18 |