A
anaid
Guest
I have a view that is filtering on the following expression: (1 AND (2 AND 3)) OR (1 AND (4 AND 5)) However it is just pulling in records for (1 AND (2 AND 3)). I also tried to create a new view that filters on just (1 AND (4 AND 5)) and which pulling records fine. I tried different variations as well: (1 AND (2 AND 3) OR (4 AND 5)) (1 AND 2 AND 3) OR (1 AND 4 AND 5) Why is this view not populating records for (1 AND (4 AND 5))?
Continue reading...
Continue reading...