Filter hands by VPIP (or any other villain stat)

Let us know what features not currently in the PT4 should be added.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Re: Filter hands by VPIP (or any other villain stat)

Postby bekonja » Thu Jan 19, 2017 3:16 am

Used custom table from that post: https://www.pokertracker.com/forums/vie ... 83#p330721
Made this filter with "filter on active player":
Code: Select all
cash_hand_player_statistics.id_hand in
(SELECT chps.id_hand from cash_hand_player_statistics chps
WHERE chps.id_player in (select stats.id_player from stats where stats.st_hands > 5 and stats.st_vpip between 40 and 90)
AND chps.flg_vpip)

Applied quick filter "vpip=true".
As a result i have all the hands when hero vpip'ed and a player with at least 5 hands and vpip>40 also vpip'ed. Works on Hands-type report as well. Loading time on 300k+ hands database is around 30 seconds.
Imo that is the solution. If someone can improve it by bypassing custom table creation - that would be really awesome, other than that im extremely satisfied with a result.
bekonja
 
Posts: 23
Joined: Mon Dec 16, 2013 7:09 pm
Location: Russia

Re: Filter hands by VPIP (or any other villain stat)

Postby bekonja » Thu Jan 19, 2017 4:32 am

When using said method on Hands type of report its only working when "all hands" option selected in number of displayed result. Choosing "most recent XXX hands" returns some error. I already reported this by a ticket, hope it will get fixed.
bekonja
 
Posts: 23
Joined: Mon Dec 16, 2013 7:09 pm
Location: Russia

Re: Filter hands by VPIP (or any other villain stat)

Postby montag » Sun Jan 22, 2017 1:46 pm

Great work!! Thanks!!
montag
 
Posts: 26
Joined: Thu Oct 03, 2013 6:00 am

Previous

Return to PT4 Feature Requests

Who is online

Users browsing this forum: No registered users and 16 guests

cron
highfalutin