Question
Assembly name in BOM table relation
I want to add portion of main assembly name into repeat region for each member:
FIXTURE=extract(asm_name,8,5)
DETAIL=FIXTURE + '-' + itos(rpt_index)
For parts it works as expected: 01-01-1, 01-01-2, etc
The problem is that "asm_name" in repeat region relations returns value for sub-assembly name which exists in main assembly: S_160-5, S_160-6.

If I place "asm.name" under QTY column everything is as expected.
DET column gets values from relation: rpt.rel.DETAIL
What am I doing wrong?

