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 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.
Solved! Go to Solution.
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.
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.