***Note from Migration:***
Original Title was: TestFilter Option Which Allows you to Choose to let all Data Test Against all Filters Instead of doing it Stepwise
Add an option to the TestFilter, where you can choose to let all data test against all filters instead of doing it step-wise. E.g. If I have a dataset of 10 objects and 3 queries in a TestFilter, I want all 10 objects to test against each of the 3 queries. Normally a few objects would fall out in the first test, a few more in the second, etc. For now I can solve this with a Loop transformer, but it would be nice to have an option in the TestFilter to test all data against all queries.


