Relations (Else If) in Repeat Region
Hello,
I am able to set relations in repeat region as below:
if asm_mbr_name == "PRT0001"
CAD_SAP_PLM_IDX = "1000"
else
CAD_SAP_PLM_IDX = RPT_INDEX
endif
I would like to understand how to use else if into relation. My scenario is as below:
- CAD_SAP_PLM_IDX = "1000" for "PRT0001"
- CAD_SAP_PLM_IDX = "1001" for "PRT0002"
- CAD_SAP_PLM_IDX = rpt.index for rest all parts
Thank you in advance.
Regards
Ketan
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.

