Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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 ?
Reference topic: https://community.ptc.com/t5/3D-Part-Assembly-Design/piping-parameters-for-drawing-tables/m-p/735183#M119947
Solved! Go to Solution.
@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
There is a setting in the Repeat Region menu for Attributes and then set your table for No Duplicates.
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?
@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