Bob,
Thanks for your response. When I insert that string I get an error message:
DESCRIPTION=basic_dia + "DIA X " + L + "LNG"
errorInvalid data type combination at right side of expression
If I use an ITOS function it works for the length by returning the correct value however if I use the...
Hi,
I'm trying to include the diameter and length from family table instances in the "DESCRIPTION" column in my BOM table. For example it would read .375DIA X 2.0LNG
My parameter in the BOM table is asm.mbr.DESCRIPTION. I tried creating a relation that read:
DESCRIPTION=basic_dia "DIA X" L...