PDA

View Full Version : Combining Filters



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.

udbrky
11-30-2013, 05:02 PM
In More Filters, open a filter, then click the + to add contents of a saved filter to the filter.

udbrky
11-30-2013, 05:06 PM
backup the filters before.

The folder is in

7: C:\Users\username\AppData\Roaming\HoldemManager\

XP: C:\Documents and Settings\User_name\Application Data\HoldemManager


See this tutorial for showing system and hidden files:

http://hm2faq.holdemmanager.com/questions/832/How+are+Hidden+Files+Viewed+in+Windows842+

See the location here for win 7:

http://www.udbrky.com/hmsupport/configfile.PNG

See the location here for win xp:

http://www.udbrky.com/hmsupport/configfile.PNG

Jas0nP
11-30-2013, 09:44 PM
In More Filters, open a filter, then click the + to add contents of a saved filter to the filter.

This doesn't work for what i'm asking, i believe, This combines them and the the results have to match all for the conditions, not an OR command.

i.e. i would have to have been dealt but AA UTG and KK UTG1 for a hand to be returned. not AA utg OR KK Utg1

fozzy71
12-01-2013, 11:50 AM
Unfortunately I do not think what you want to do is possible in any way at this time.

Jas0nP
12-01-2013, 04:31 PM
Unfortunately I do not think what you want to do is possible in any way at this time.

Is it possible if i found someone with postgresql knowledge? Thanks

fozzy71
12-01-2013, 06:06 PM
Is it possible if i found someone with postgresql knowledge? Thanks

I am not a programmer and don't have enough PSQL knowledge to be sure but my guess would be it is not possible with PostgreSQL queries due to our unique schema we adopted for HM2 with the database parent folder. It is something that might have been possible with the HMQL project we were working on but we had to put that project on hold due to some fundamental issues/problems we discovered. I am not sure when that project might get picked up again as the lead developer on that project is now focused on the HM Cloud project