Is it possible to create a concatenation of multiple custom properties in a BOM table? For example if I have these 2 properties:
- 'PartNo' with value of 1235
- 'Vendor' with value of Bimba
Could I show them both in one column as follows 'Bimba 1235'?
I attempted to use equations to accomplish this, but it doesn't seem to work. I can get a combination of a text string and a custom property, but not two custom properties.
Thanks,
Craig S.
Ok, I answered my own question. I had looked and looked in help, but somehow asking the question here triggered me finding the solution. To combine 2 properties, simply use {}.
As an example:
This also utilizes double quotes for a hard text string if that's needed. These same functions apply when using IF() statements.
Thanks,
Craig S.
SolidImprov.com