Question
BOM: Part Position instead of Index
Dear community,
Is there a simple solution to list the part positon instead of the part index in a multilevel BOM?
I mean, with &rpt.index we got:
1 (level 1)
2 (level 1)
3 (level 2)
4 (level 2)
5 (level 1)
6 (level 1)
And in fact, I need :
1.0
2.0
3.0
3.1
4.0
5.0
So we can see that 3.0 and 3.1 belong to a sub-assembly.
Thanks
Pascal

