When applying a filter to a list you can specify a number of filtering criteria and selct either AND or OR. But how does SharePoint resolve the ANDs and ORs, and how should you build this to get a certain effect such as :
(crit1 AND crit2) OR (crit 3 AND crit2)
(crit1 AND crit2) OR (crit 3 AND crit2)