so, I need to delete the NAS & SAE numbers the parameters are in the parts
list.
these are library parts that have this parameter in them when they
shouldn't
I tried it using the part numbers, and doing each one separately
but the only thing that happens is if I use asm_mbr_partnumber the sort
order changes
I really don't want to have to delete parameter that drives this column and
type in the ones I want 😞
if asm_mbr_documentno == "NASM51959"
asm_mbr_documentno = " "
if asm_mbr_documentno == "NASM35338"
asm_mbr_documentno = " "
if asm_mbr_documentno == "SAE-AS25036"
asm_mbr_documentno = " "
if asm_mbr_documentno == "NASM24693"
asm_mbr_documentno = " "
endif
endif
endif
endif
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.