PDA

View Full Version : Filter editor



cpstar1976
10-30-2019, 06:08 PM
I’m trying to set up some filters to filter hands some PLO hands from EP and MP that contain PPs.
I have set up the site, selected PLO hands, position (EP-hero & MP- hero) and unopened pot. In the hole card
Selector I checked “one pair”. I also want to see any hand I got dealt that has a PP in it. So I just left the PFR setting on any. For some reason after doing that it doesn’t show me just the hands with PPs in it. It has some other hands in there as well. Any ideas what could be happening?

fozzy71
10-31-2019, 07:12 AM
Can you please copy the filter code you created from the saved filter, or HMQL Filter Editor bar, and paste it into
tags in the forum reply advanced editor. Or paste it into a txt file and attach that file if you have issues using the forum bbcode tags to block in your code.

I tried recreating from your description but must have messed up as I wasn't able to filter for both EP and MP at the same time for some reason without an error. I was able to filter how i think you described, for a single position, and the filter seems to be working for me:

[CODE]HandGameType='OmahaPL' and StakesString=('$0.01/$0.02 PL Omaha','$0.02/$0.05 PL Omaha','$0.05/$0.10 PL Omaha','$0.10/$0.25 PL Omaha') and Position=EarlyPosition and PreflopActionFacingPlayer=Unopened and IsOmahaOnePair=true


http://i.imgur.com/qSukuDq.png (https://imgur.com/qSukuDq)

http://i.imgur.com/NoAGo5O.png (https://imgur.com/NoAGo5O)

cpstar1976
10-31-2019, 11:11 AM
Yea looks like your works. Another guy in another forum said he noticed something similar that it gets buggy when you use HERO in more than one spot.



PokerSiteType=WPN and HandGameType='OmahaPL' and StakesString=('$0.02/$0.05 PL Omaha','$0.05/$0.10 PL Omaha','$0.10/$0.25 PL Omaha') and Position=(EarlyPosition,MiddlePosition) and PreflopActionFacingPlayer=Unopened and IsOmahaOnePair=true

cpstar1976
10-31-2019, 11:13 AM
So i just tried it again using "only" EP not MP and it worked fine


PokerSiteType=WPN and HandGameType='OmahaPL' and StakesString=('$0.02/$0.05 PL Omaha','$0.05/$0.10 PL Omaha','$0.10/$0.25 PL Omaha') and Position=EarlyPosition and PreflopActionFacingPlayer=Unopened and IsOmahaOnePair=true

udbrky
10-31-2019, 07:42 PM
This issue has been documented in detail and provided to the developers to resolve. If you want to be notified when it is fixed please send an email via the 'Contact Support' link (https://support.holdemmanager.com/) and include "Notify Me When HMT-4873 Is Resolved" in the subject line and body of the email.