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 LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tables for multible assemblies

  • Thread starter Thread starter wildmodeler
  • Start date Start date
W

wildmodeler

Guest
Here goes we have assemblies Ill call them 301, in these assemblies there are 302, 303, .....The 301 is all of the assemblies together. The 302 & up are sub assemblies. We would like to use the same tabel for BOMs for all Here is a pic.View attachment 5757


I know you can set the column to a model but then the total QTY goes away. Anybody know how to do this?
 
Making progress. I have obtained the extra qty columns. But now my repeat region relations dont work. I added rpt.qty to the sub assembly columns and used column/model to set the columns to there sub assemblies. This worked great but the total qty went away all except the A/R bulk parts that get the A/R from a relation the total QTY is gone!


This is the relation:


IF asm_mbr_part_number == "PART_NUMBER"
Quantity="A/R"
else
Quantity = rpt_qty
EndIf





It worked before just added 4 more columns and used rpt_qty in them
 
You will need to replace "rpt.qty" with "&rpt.rel.Quantity" in your repeat region.
 

Part and Inventory Search

Sponsor

Back
Top