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!

qty syntex

  • Thread starter Thread starter cpoole
  • Start date Start date
Status
Not open for further replies.
C

cpoole

Guest
Does anyone know the qty syntex to enter into a table so it displays the qty in an assembly



TIA

Chad
 
I am assuming that you are using a repeat region for your table. If so, you will want to enter the following in the qty column of the table:



&rpt.qty



Hope this helps.
 
That's what i was trying it didn't work, I'll try again. Thanks
 
Hello proe user



To create a summation for the number of components in an assembly do this :

1. Click summation and click the repeat region

2. Click Add and select the QTY seed sell in the region

3. Type [assy_qty] as the parameter name

4. Select an empty sell to place the summation value

5. Click Repeat Region > Update Tables



Regards



Karavasilis V. Christos
 
that didn't work either. I have made a table using repeat regions. I have tried both suggestions.....
 
Did you set repeat region attribute to 'No Duplicate'?
 
In the repeat region, enter:



rpt.qty



So menu picks are:



Table > Enter Text > Report Sym > [pick the table cell] > rpt > qty



Update the table with Repeat Region > Update Tables
 
Thanks to all, setting repeat region attribute to 'No Duplicate' did the trick. :)



again thanks to all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top