Hi All,
I am not sure this has been asked:
I want to be able to define AND/OR relation between filters when creating views. I also want to use brackets to set up such relations between "groups" of filters.
E.g., I want entries to be displayed in the view that fulfill the following:
(criterion1 OR criterion2) AND criterion3
Now, using any or all, I can set up only these:
using any: criterion1 OR criterion2 OR criterion3
using all: criterion1 AND criterion2 AND criterion3
Is there a trick I am not aware of? Or is this functionality planned to be developed?
Thanks!
I have used filters in filters to solve the problem.
Filter 3 = filter 2 and Filter 1
Filter 4 = Filter 3 or filter 5
Can I see a video snippet of an example of how you use this implementation?
My bad - I misunderstood - I have not tried that in databases