Filter editor
Results 1 to 5 of 5

Thread: Filter editor

  1. #1
    Junior Member
    Join Date
    Dec 2018
    Posts
    13

    Default Filter editor

    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?

  2. #2
    *** HM3! *** fozzy71's Avatar
    Join Date
    Jun 2005
    Location
    HM Support
    Posts
    32,814

    Default

    Can you please copy the filter code you created from the saved filter, or HMQL Filter Editor bar, and paste it into [CODE] 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



  3. #3
    Junior Member
    Join Date
    Dec 2018
    Posts
    13

    Default Code

    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.


    Code:
    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

  4. #4
    Junior Member
    Join Date
    Dec 2018
    Posts
    13

    Default Follow-up

    So i just tried it again using "only" EP not MP and it worked fine

    Code:
    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

  5. #5
    You're out! udbrky's Avatar
    Join Date
    Jul 2008
    Posts
    20,898

    Default

    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 and include "Notify Me When HMT-4873 Is Resolved" in the subject line and body of the email.
    Regards udbrky (Chris)

Similar Threads

  1. Filter Editor can't find In Position on flop,what's the syntax?
    By maartens in forum HM3 General Support
    Replies: 2
    Last Post: 10-18-2019, 12:43 PM
  2. algebra editor for extended HUD statistics
    By fizzbin in forum Manager General
    Replies: 1
    Last Post: 07-25-2009, 03:58 PM
  3. Old Popup editor preview bug still there...
    By belgariad in forum Manager General
    Replies: 6
    Last Post: 04-05-2009, 05:29 AM
  4. hud popup editor bug
    By xarry2 in forum Manager General
    Replies: 3
    Last Post: 10-04-2008, 02:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •