I have an arraycollection(myArray) and I need to filter it dynamically based on multiple criteria from user selections. How do you set multiple filterFunctions on the array collection?
I tried calling one filter function, then refreshing and calling another and refreshing, but it only remembers the 2nd filter function.

