I need help not with code but with conception. I BOM table there ale BOMs with field Position. I need to 'slice' this field into each position for example BOM position "A1-A3, 45" should be exported into excel like this:
- BOMid A1
- BOMid A2
- BOMid A3
- BOMid 45
How to do this without using a lot of memory, creating new tables?