JaconHarbour
Mechanical
Here is the deal.
The company I work for demands that each assembly drawing shows the TOTAL QTY for the BOM.
For example: Bolt 501 is used 100 times in each assembly. However the blueprint calls for 7 of these to be built.
So therefore, the BOM must show a line that reads
501 700QTY Bolt
I have added a custom property to the assembly that reads TotalQTY = 7
I have tried adding a column to the BOM such as
`QTY` * $PRPMODEL:"TotalQTY"
But that doesn't seem to work.
The company I work for demands that each assembly drawing shows the TOTAL QTY for the BOM.
For example: Bolt 501 is used 100 times in each assembly. However the blueprint calls for 7 of these to be built.
So therefore, the BOM must show a line that reads
501 700QTY Bolt
I have added a custom property to the assembly that reads TotalQTY = 7
I have tried adding a column to the BOM such as
`QTY` * $PRPMODEL:"TotalQTY"
But that doesn't seem to work.