Hi Community,
Could Alteryx help to filter per below in easiest way. Thanks
1) Exclude the row if Country code is Y
2) Include rows with Label code "A" and "B" in Type code "Orange"
2) Include rows with Lobel code "C" in Type Code "Apple"
| Type | Label Code | Country Code |
| Apple | A | X |
| Apple | B | Y |
| Apple | C | X |
| Apple | F | Y |
| Orange | A | X |
| Orange | B | X |
| Orange | C | X |
| Pear | A | X |
| Pear | B | X |
| Pear | C | Y |
| Pear | D | Y |