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

Excluding a Range in Repeat Region

ptc-4610314
2-Guest

Excluding a Range in Repeat Region

Hi all,

I'm working on a drawing with a multiple repeat region driven tables (both two-d and a multi column simple).

How do I Filter out a range of part numbers in a two-D repeat region? I know I can paginate the table to end it. If I have a generic part with 100 family members. But I only want to show items 1-20, 50- 75 for some odd reason . I know i can set up "&fam.inst.name !=" and exclude items up to 80 characters then repeat it.


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.
1 ACCEPTED SOLUTION

Accepted Solutions

Let’s assume the drawing is A00000A

Create the following filter

“&fam.inst.name == A00000A67, A00000A68, A00000A69, A00000A7*, A00000A8*, A00000A9*”

OR

&fam.inst.name != A00000A1*, A00000A2* ... etc.

View solution in original post

1 REPLY 1

Let’s assume the drawing is A00000A

Create the following filter

“&fam.inst.name == A00000A67, A00000A68, A00000A69, A00000A7*, A00000A8*, A00000A9*”

OR

&fam.inst.name != A00000A1*, A00000A2* ... etc.

Top Tags