What I really need is to filter based on unknown criteria so if my arraycollection contains two columns: ID, Name and there are 10 IDs (1- 10) and 10 names (pick some) the user might want to filter down to IDs 1,3,7 and then the next time IDs 2,3,8,9. Since the number of IDs is variable there is no way to write combinations of filters based on possible choices.
Now my actual app has more columns (with more available filters), but if I could get this solved I could adapt for the rest. Thanks!

