Importing saved custom filters
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Apr 2020
    Posts
    1

    Default Importing saved custom filters

    I have a bunch of custom filters I'm hoping not to enter in manually. They are saved as files with a .filter extension and here's an example of what's inside:

    <?xml version="1.0" encoding="utf-8"?><FilterCollection><OmahaHoleCardsFilter Name="OmahaHoleCards" Category="" Description="Omaha hole cards: AKQJ $ds;AKQT $ds;AKJT $ds;AKJ9 $ds;AKT9 $ds;AQJT $ds;AQJ9 $ds;AQT9 $ds;AQT8 $ds;AJT9 $ds;AJT8 $ds;AJT7$ds" Arguments="Custom,custom_omaha,pass,Custom Omaha Filter,AKQJ $ds;AKQT $ds;AKJT $ds;AKJ9 $ds;AKT9 $ds;AQJT $ds;AQJ9 $ds;AQT9 $ds;AQT8 $ds;AJT9 $ds;AJT8 $ds;AJT7$ds" /></FilterCollection>
    Attached Files Attached Files

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

    Default

    That appears to be a HM2 filter. Unfortunately it is not possible to import exported HM2 filters to HM3 as they use wildly different code and different database englines. You will have to recreate them manually.

    Here is a basic example of a HM2 filter vs a HM3 filter:

    HM3:

    Code:
    saucyjack hm3|DidThreeBet=true and SawShowdown=true|04/03/2020 13:01:35
    HM2:

    Code:
    <?xml version="1.0" encoding="utf-8"?><FilterCollection><BasicFilter Name="ComboActions" Category="" Description="Combo actions: saw showdown,3BET" Arguments="SAWSHOWDOWNYES|THREEBETYES" /></FilterCollection>
    If you are versed in code you might be able to manually recreate them into the HM3 savedfilters file but the easiest way for most people would be using the Filter Editor and/or that with a mix of the HMQL filter bar at the top of the reports where you can mix the filter editor with the HMQL auto-complete, and even copy/paste as needed.

    We do have a feature request in our system to add the ability to export/import HM3 filters but it will never be possible to import HM2 filters to HM3.

    HMT-5061
    Add export/import feature for custom/saved filters


    This feature request has been documented in detail and provided to the developers for future consideration. *If you want to be notified if/when it is added please send an email via the 'Contact Support' link and include "Notify Me When HMT-5061 Is Resolved" in the subject line and body of the email.

Similar Threads

  1. Quick Filters: Saved filters - folder
    By Jadupsky in forum HM3 Feature Requests and Feedback
    Replies: 1
    Last Post: 02-11-2020, 11:14 AM
  2. Replies: 1
    Last Post: 12-10-2015, 02:57 AM
  3. Custom filters to step 7 (filters)
    By Alexnorge in forum Leak Buster
    Replies: 2
    Last Post: 04-03-2012, 01:07 PM
  4. Can't load saved filters (windows 7 rc1 64bit)
    By pdiddy78 in forum Manager General
    Replies: 3
    Last Post: 06-07-2009, 06:19 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
  •