Skip to main content
7-Bedrock
March 21, 2025
Solved

Assembly table for components

  • March 21, 2025
  • 1 reply
  • 746 views

Hi BenLoosli,

I had created this table using assembly and included the components in it.

As you can see the tube part numbers are duplicated.

if i want to remove the duplicates and capture LENGTH and QTY information in only one row, the quantity of M963262A002 would become 2 and length would be doubled.

How can i achieve this ?

PKUMARAK_0-1742548055996.png

Reference topic: https://community.ptc.com/t5/3D-Part-Assembly-Design/piping-parameters-for-drawing-tables/m-p/735183#M119947 

Best answer by MartinHanak

@PKUMARAK wrote:

Have already used that method, but lengths of duplicated parts are not merging in one cell.

That was the challenge I faced "how to merge the lengths for duplicated part numbers in one cell".

Am I missing anything or any correct method to follow?


Hi,

I think you have to define repeat region relation. Something like:

length_sum = rpt_qty * asm_mbr_length

and in repeat region cell ... replace &asm.mbr.length by &rpt.rel.length_sum

 

1 reply

23-Emerald III
March 21, 2025

There is a setting in the Repeat Region menu for Attributes and then set your table for No Duplicates.

PKUMARAK7-BedrockAuthor
7-Bedrock
March 24, 2025

Have already used that method, but lengths of duplicated parts are not merging in one cell.

That was the challenge I faced "how to merge the lengths for duplicated part numbers in one cell".

Am I missing anything or any correct method to follow?

24-Ruby III
March 24, 2025

@PKUMARAK wrote:

Have already used that method, but lengths of duplicated parts are not merging in one cell.

That was the challenge I faced "how to merge the lengths for duplicated part numbers in one cell".

Am I missing anything or any correct method to follow?


Hi,

I think you have to define repeat region relation. Something like:

length_sum = rpt_qty * asm_mbr_length

and in repeat region cell ... replace &asm.mbr.length by &rpt.rel.length_sum