Repeat Region Relations
I have an existing BOM table that has this in it as a repeat region relation:
IF asm_mbr_type == "BULK ITEM"
quantity = "AR"
ELSE
quantity = rpt_qty
ENDIF
I am now trying to create a new BOM table that is formatted differently and when I cut and paste the relations from the existing table into the new table, it gives me errors.
IF asm_mbr_type == "BULK ITEM"
errorInvalid symbol 'asm_mbr_type' found.
quantity = "AR"
ELSE
quantity = rpt_qty
errorInvalid symbol 'rpt_qty' found.
ENDIF
Very confusing as to what Creo is doing. I have both the old and the new table in the same drawing. Old table puts AR in the QTY column, new table fails to verify and won't do anything.
I had some issues trying this with Creo 4 M080 and now I am on Creo 7.0.5.0 and seeing the same error. Does anyone have an idea what I am missing?


