Repeat Region Relations work in one drawing table but not the other
I have Repeat Region Relations that work in one drawing table but if I put that table in another drawing of the same model, the relations no longer work. Here's the relations:
RELSHOWNAME= ASM_MBR_NAME
IF EXISTS ("ASM_MBR_DESC")
IF ASM_MBR_DESC == "FLEX BODY"
RELSHOWNAME =ASM_MBR_D_UB_DWG
ENDIF
IF ASM_MBR_DESC == "NON-FLEX BODY"
RELSHOWNAME = ASM_MBR_D_LB_DWG
ENDIF
ENDIF
If my new table has a column with ASM_MBR_D_LB_DWG or ASM_MBR_D_UB_DWG the relations work, but if I remove the columns, the relations quit working and I see this in the message window: There are errors regenerating repeat region relations.
Anyone know what's going on here??
m
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.

