Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MintJulep on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

BOM repeat region relation

  • Thread starter Thread starter ignaczg
  • Start date Start date
I

ignaczg

Guest
Hi,
I have the following problem:
In my BOM I want to show in one row:
- the quantity of the components (rpt_qty)
- the mass of one component (asm_mbr_mass)
- and the total mass of these type of component (total_mass=rpt_qty*asm_mbr_mass)
How can I do it, and how can I place it into the BOM to every row?

Thanks in advance!
 
define a parameter as total_mass and add the relation in repeat region > relations ... place.
 

Part and Inventory Search

Sponsor

Back
Top