Repeat Region in WF4 m220
If I create a repeat region to show quantity and Part Name:
3 11111_12345678-003
1 11111_12345678-008
1 11111_12345678-007
1 11111_12345678-006
1 11111_12345678-005
1 11111_12345678-004
1 11111_12345678-002
1 11111_12345678-001
I have tried to write several different relations to strip the 11111_ from assembly member name. I am using the extract function but cannot seem to get the relation right.
final_name = extract("asm_mbr_name",6,10)
gives me the table:
10 (and no member name). I am using asm.mbr.user_defined as final_name to generate table. I had one relation that returned 10 12345678-003 but have lost that relation. I know this is a simple fix.
TIA.
Patrick Perry BAE systems
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

