Hello,
I am able to set relations in repeat region as below:
if asm_mbr_name == "PRT1111"
CAD_SAP_PLM_DESC = "42 Die Components"
endif
I would like to understand how to use (") into value of CAD_SAP_PLM_DESC. My scenario is to set value of 42" Die components. As soon as I put below line in relation, It does not work:
if asm_mbr_name == "PRT1111"
CAD_SAP_PLM_DESC = "42" Die Components"
endif
Thank you in advance.
Regards
Ketan