Standing
Mechanical
- Jan 14, 2002
- 1,578
The following equation works in SolidWorks to set QTY to FT or just plain QTY.
={2}IF('UoM'="FT";(`Total_Length`/12)" FT";'QTY')
The following also works to put in a quantity of 0 for a property of UoM =’s “NA” or just plain QTY.
={2}IF('UoM'="NA";"0";'QTY')
Does anyone know how to combine the 2 equations to give answers to 3 properties for UoM which are FT, EA and NA.
I have searched here and the web with no luck. I could not find it in the SolidWorks help manual.
Bradley
={2}IF('UoM'="FT";(`Total_Length`/12)" FT";'QTY')
The following also works to put in a quantity of 0 for a property of UoM =’s “NA” or just plain QTY.
={2}IF('UoM'="NA";"0";'QTY')
Does anyone know how to combine the 2 equations to give answers to 3 properties for UoM which are FT, EA and NA.
I have searched here and the web with no luck. I could not find it in the SolidWorks help manual.
Bradley