I have three columns which are choice those are
1. project
2. Team
3. PM
I have to compare these three columns with all the choice in "Project ", one choice in " Team" and Two choice in "PM"
I tried below filter steps
Project
or
Project
or
project
and
Team
and
Pm
or
pm
In this way its not working out, Its taking one "PM" only and displaying all the items under Last PM. Can any one have any solutions.