Formulas extracting data form manufacturing joints: code, description, type, bundle height factor

You can use formulas to extract the following properties of manufacturing joints:

Extracting information about code, type and description

In the picture and table below, use the color-coded indications to orient yourself about which formula relates to which property.

To print Use Example
Preset code $OneUp1.mfjcode()$ G001
Preset description $OneUp1.mfjdescr()$ Glued; Long Panel; Left Hand Side
Manufacturing type $OneUp1.mfjtype()$ Glue

Extracting information about the bundle height factor

You can set the bundle factor as a global property.

To print Use Example
Bundle height factor expression $OneUp1.mfjbundleheightexpr()$ if(0; Cost.TearStrip+Cost.AdhesiveTape; 9999; 2)
Bundle height factor value $OneUp1.calcexpr(mfjbundleheightexpr(); no)$ 2.00
Extracting Height Factor