rob26
3
not sure i’m following exactly as your example would only work with static data? the filters are lists which are dynamic, for example there’s 50+ genres and the filter could be any number of these (same with catalogue). Constraints don’t let you filter against lists as far as i’m aware.
I’m saving the filters in the User datatype, i created 4 fields to hold the various filters:
genre filter
genre exclude
catalogue filter
catalogue exclude
i’ve tried various advanced filter approaches which work individually for example:

and this works:

But i cannot find a way to combine them… it either just doesn’t work at all or the minus list filter overwrites the intersect with filter when combining them with OR.
Tried setting a custom state with the master list and then with a new custom state have a workflow where each step adds a new :filtered to the same state, then use that state as the datasource for the RG, didn’t work either. also tried do a search for with one filter :merged with do a search for with the next filter, but the last filter overwrites the first.