cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Filtering Table to show other parameter from instance besides instance name?

ptc-823365
2-Guest

Filtering Table to show other parameter from instance besides instance name?

The senerio....

Have a family tabled assembly, swapping out 3-4 parts, turning off some etc....

In my drawing I want to show the Part Number of the item, but, I seem to only get the Instance Name that is the model being turned on and off. Is there an easy way to show the PART_NUMBER parameter that is in my instaces....

ITEM 2 - 112_01(the instance name is shown in the table)

I would like:

ITEM 2 - 11201 (the part number shown instead)

Thanks,

Captn


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
2 REPLIES 2
mjenkins
5-Regular Member
(To:ptc-823365)

Go to Table>Repeat Region>Relations

Select the Table

File>Import Relations

Select replace_one_component_rel.txt and edit accordingly:

Or Type:

IF asm_mbr_name == "112_01"
NAME = "11201"
ELSE
NAME = asm_mbr_name
ENDIF

Then click on your table part number and select:

rpt>rel>User Defined and enter NAME

In Reply to Captn Pea:

The senerio....

Have a family tabled assembly, swapping out 3-4 parts, turning off some etc....

In my drawing I want to show the Part Number of the item, but, I seem to only get the Instance Name that is the model being turned on and off. Is there an easy way to show the PART_NUMBER parameter that is in my instaces....

ITEM 2 - 112_01(the instance name is shown in the table)

I would like:

ITEM 2 - 11201 (the part number shown instead)

Thanks,

Captn



Michael R. Jenkins P.E.
Design Engineer
Direct: 816-801-2332
Fax: 816-891-9432

Commercial Vehicle Systems
Haldex Brake Products Corporation
10930 North Pomona Avenue
Kansas City, MO 64153-1215

Thanks for the help.... but, I think I need to be more clear.

My instances have a parameter in them... PART_NUMBER, that is what I want to show instead of the instance name.

Top Tags