Solved
Do not get "Report Symbol" popup when I double-click a repeat region cell.
I am using Creo Parametric - Release 4.0 (connected) 4.0 M060
I am trying to update BOM relations for repeat region cells. I have entered the code into the relations editor.
IF asm_mbr_part_number == "3-000010900"
QTY = "REF"
ELSE
QTY = rpt_qty
ENDIF
The issue comes up when I try to double click the cell to get to the "Report Symbol" popup. It gives me the "Text Style" popup instead. How do I get the "Report Symbol"?
Here are the errors that I faced
N/A
I am trying to update BOM relations for repeat region cells. I have entered the code into the relations editor.
IF asm_mbr_part_number == "3-000010900"
QTY = "REF"
ELSE
QTY = rpt_qty
ENDIF
The issue comes up when I try to double click the cell to get to the "Report Symbol" popup. It gives me the "Text Style" popup instead. How do I get the "Report Symbol"?
Here are the errors that I faced
N/A

