Jas0nP
11-29-2013, 03:07 PM
I have about 10 filters i'd like to be able to combine so when they run they bring back all the results.
Each of these filters individually produces mutual exclusive results. For example filter A would be to show me a set of hands in a certain position and filter B would be to show me a different set of hands in a different position. For easy of example Filter A: Hero position: SB, hand dealt: AA and filter B: Hero position BTN hand and hand dealt is KK. Those are simple examples and the actual filters contain a lot of hands and more conditions.
Currently i have to run both of those filters separately but i was wondering if it was possible to do something like 'show me all results for either filter A OR filter B'
I'd like to merge together about 15 filters. If this isn't possible in HEM is it possible for someone with postgresql knowledge to do it directly from the database?
Thank you.
Each of these filters individually produces mutual exclusive results. For example filter A would be to show me a set of hands in a certain position and filter B would be to show me a different set of hands in a different position. For easy of example Filter A: Hero position: SB, hand dealt: AA and filter B: Hero position BTN hand and hand dealt is KK. Those are simple examples and the actual filters contain a lot of hands and more conditions.
Currently i have to run both of those filters separately but i was wondering if it was possible to do something like 'show me all results for either filter A OR filter B'
I'd like to merge together about 15 filters. If this isn't possible in HEM is it possible for someone with postgresql knowledge to do it directly from the database?
Thank you.