Search found 51218 matches

Return to advanced search

Re: filter question

An expression filter is easier. Assuming you mean open limp, this would do it:

cash_hand_summary.str_aggressors_p LIKE '88%' and cash_hand_summary.str_actors_p LIKE '098%'
by kraada
Tue Aug 23, 2016 4:30 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: filter question
Replies: 2
Views: 541

Re: how to filter for 2bettor´s stacksize?

No you'd have to do it with a subquery. cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, cash_limit cl where chps.id_limit = cl.id_limit and chps.flg_p_first_raise and chps.amt_p_effective_stack / cl.amt_bb between X and Y) will filter to hands where...
by kraada
Tue Aug 23, 2016 4:28 pm
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: how to filter for 2bettor´s stacksize?
Replies: 19
Views: 2750

Re: "Hand Vs 3 Randoms" model - bug?

Please create a support ticket for this request - I'm seeing similar numbers in the PT4 equity calculator.
by kraada
Tue Aug 23, 2016 11:42 am
 
Forum: PokerTracker 4
Topic: "Hand Vs 3 Randoms" model - bug?
Replies: 3
Views: 515

Re: Net Adjusted NOT working for all PartyPoker MTT Final Ta

Please send us the tournament hand histories in question via our support system and we will investigate further for you.
by kraada
Tue Aug 23, 2016 11:36 am
 
Forum: PokerTracker 4
Topic: Net Adjusted NOT working for all PartyPoker MTT Final Tabs
Replies: 2
Views: 476

Re: error conecting to the default database

Thanks for the update.
by kraada
Tue Aug 23, 2016 11:32 am
 
Forum: PokerTracker 4
Topic: error conecting to the default database
Replies: 9
Views: 1211

Re: How do I move pokerstars and get my hud working again?

Was there a reason for the move other than to save hard drive space? PokerStars installation is actually fairly small but if there were other concerns that might help me advise you better.
by kraada
Tue Aug 23, 2016 8:39 am
 
Forum: PokerTracker 4
Topic: How do I move pokerstars and get my hud working again?
Replies: 3
Views: 504

Re: how to filter for 2bettor´s stacksize?

You could do it with a filter expression but I can't think of a way to do it using the regular filters.
by kraada
Tue Aug 23, 2016 7:21 am
 
Forum: Custom Stats, Reports and HUD Profiles
Topic: how to filter for 2bettor´s stacksize?
Replies: 19
Views: 2750

Re: Microgaming Anonymous tables HUD not showing

Please restart PT4 using the logging enabled link on your Start Menu, reproduce this problem and then report it via our support system with the log file - that will help us figure out what is going on here and get it fixed for you. You can find that file by clicking File --> Show User Data Folder in...
by kraada
Mon Aug 22, 2016 4:38 pm
 
Forum: PokerTracker 4
Topic: Microgaming Anonymous tables HUD not showing
Replies: 5
Views: 787

Re: Bet type on street type not returning what I expected

You've got "Made two pair on any street" -- and in this hand you make two pair on the river - kings and sevens.
by kraada
Mon Aug 22, 2016 4:37 pm
 
Forum: TableTracker & NoteTracker
Topic: Bet type on street type not returning what I expected
Replies: 1
Views: 934

Re: error conecting to the default database

Changing PostgreSQL versions requires work - I'd recommend uninstalling 9.5 and reinstalling 9.3. That should work better for you and has the potential to keep your databases around - switching to 9.5 your 9.3 data folder will not be usable.
by kraada
Mon Aug 22, 2016 1:48 pm
 
Forum: PokerTracker 4
Topic: error conecting to the default database
Replies: 9
Views: 1211
PreviousNext

Return to advanced search

cron