David Segerlund
New member
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
art 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

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
I do not know the syntax and I do not know where to look or learn more
