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

Repeat region table with part quantity

  • Thread starter Thread starter David Segerlund
  • Start date Start date
D

David Segerlund

Guest
Hello, First post


I have an assembly that is made from 3 parts, pos1, pos5 & pos6
This assembly has a family table with 10 instances of different configurations.

This assembly has only one drawing with a table showing the different configurations

Now to my problem. The number of parts in the assembly varies in the instances.

All columns are working, The active model for the table is the generic. Then I point to fam.ins.param.value or name
and then filtering out everything except the value that I need for example
&fam.inst.param.name == weight
&fam.inst.name != *_000
But how do I retrieve the Qty for item pos6 for each individual assembly instance. Is it possible to get this value and link to a parameter ?

In the regular bom the qty parameter is called rpt.qty. Can I use this one and somehow pointing it to correct part?
for example rpt.qty:part ID (rpt.qty for POS6 in assembly instance -003 ) or similar ??

I do not know the syntax and I do not know where to look or learn more
View attachment 6728
 

Attachments

  • table.jpg
    table.jpg
    99.6 KB · Views: 3

Part and Inventory Search

Sponsor

Back
Top