I need some advice.
I require to present table information
Table contains
BOM parent BOM Child Qty
1234 AAA 1
1234 BBB 3
1234 CCC 6
1235 AAA 2
1235 CCC 2
etc etc etc
I need to display this info in the following format in Excel
Bom Child BOM parent BOM parent BOM parent BOM parent
1234 1235 XXX XXW
AAA 1 2 1 3
BBB 3 0 1 2
CCC 6 2 1 0
The problem is this could be upto 300 Bom parents, hence need 301 columns!
Formating is no issue so a csv file would be fine.
I require to present table information
Table contains
BOM parent BOM Child Qty
1234 AAA 1
1234 BBB 3
1234 CCC 6
1235 AAA 2
1235 CCC 2
etc etc etc
I need to display this info in the following format in Excel
Bom Child BOM parent BOM parent BOM parent BOM parent
1234 1235 XXX XXW
AAA 1 2 1 3
BBB 3 0 1 2
CCC 6 2 1 0
The problem is this could be upto 300 Bom parents, hence need 301 columns!
Formating is no issue so a csv file would be fine.