Question
Repeat Region Filter Question
I've created a repeat region that looks like this.
3 instances with 3 varying dimensions.
| OPTION | A | B | C | STAGE |
|---|---|---|---|---|
| instance.01---- (fam.inst.name) | # (fam.inst.param.value) | # (fam.inst.param.value) | # (fam.inst.param.value) | (fam.inst.param.value) |
| instance.02 | # | # | # | |
| instance.03 | # | # | # | |
I have filters in (fam.inst.param.value) that look like this---> &fam.inst.param.name == A
I want to filter the dimension value for B and C on instance.02
How do I do this?
I've tried:
&fam.inst.param.value != instance.02
&fam.inst.param.name != instance.02
This does not remove B and C diameters for this instance.
Thanks for any help offered.

