Invalid symbol found.
Hello,
Im am trying to edit my BOM quantity colomn however I keep coming up with the same error in my relation's window.
invalid symbol 'my parameter' found
I've read other post, and have come close to solving it, but im completely stumped at this point.
I know that in the table relations window you have to use the "_" instead of a "." to write the parameters
ex: asm_mbr_parameter
however, my parameter wont be accepted. could anyone help
If it helps to explain exactly what Im trying to do:
I have an assembly, however, some of the parts in the assembly are part of a sub assembly. Thus in the BOM, we dont want to show a quantity for parts in that are in the sub assembly, we want to just have "(REF)" listed.
Thus in each individual part, I created a YES/NO parameter "QTY"
and in the relation that I have been using in the BOM is as follows
If asm_mbr_QTY == YES
QUANTITY = "(REF)"
else
QUANTITY = rpt_qty
endif
and in the colomn for quantity I place the relation &rpt.rel.QUANTITY
However, the program keeps giving me an error saying
Invalid symbol 'asm_mbr_QTY' found
I've tried numerous things so far, but no avail. any help would greatly be appreciated
Thanks in advance.
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.

