1-Visitor
February 20, 2020
Question
COMBINING TABLE FILTERS TO FILTER SPECIFIC FAMILY PARTS
- February 20, 2020
- 1 reply
- 3564 views
Is there a way to apply multiple filters to narrow a table to a list of parts that have the specified filters.
I have two parameters that I would like to filter by. Figure == 1 and Class == Y
However, I am not sure how to achieve this because adding the same filters to a single list. If I put the same filters together it filters everything because the parameters cannot have two different values.
&fam.inst.param.name == CLASS
&fam.inst.param.value == y
&fam.inst.param.name == figure
&fam.inst.param.value == 1
I've been told that the only way to achieve my goal is to have to create a new parameter. Is there a way to achieve the desired results just by filters? See attempts in picture attached. I just want the list in green.

