Allow combined use of AND and OR conditions in the App filters

In the User App side of my application, we’re unable to filter using combined AND and OR conditions. At the moment, one overrides the other. If you select AND, every other condition has to be AND, or they all revert to OR.
We need it to be where you are able to combine AND and OR conditions in groups that would evaluate the conditions in the right sequence. Just like you would build it in an SQL statement with parentheses.