How to:

Questions and discussion about PokerTracker 4 for Windows

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

How to:

Postby foodformoney » Tue Oct 08, 2013 10:01 am

filter for hands Hero has played vs villains with a higher vpip than 40?
foodformoney
 
Posts: 34
Joined: Fri Jul 18, 2008 11:18 am

Re: How to:

Postby kraada » Tue Oct 08, 2013 10:08 am

Use this filter expression in a custom report:
cash_hand_player_statistics.id_hand in (SELECT thps.id_hand from cash_hand_player_statistics thps, cash_cache tc where thps.id_player = tc.id_player group by thps.id_hand, thps.id_player HAVING ( (sum(tc.cnt_vpip) / (sum(tc.cnt_hands) - sum(tc.cnt_walks))) >= 40) )
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: How to:

Postby foodformoney » Wed Oct 09, 2013 7:32 pm

1. I click on tab reports.
2. I pick new report. I save this report.
3. I click on filters. I choose "edit existing expression filters".
5. I insert your code. I toggle for active player. I press save.
6. Nothing happens.

What am I doing wrong?
foodformoney
 
Posts: 34
Joined: Fri Jul 18, 2008 11:18 am

Re: How to:

Postby WhiteRider » Thu Oct 10, 2013 2:42 am

I think there may be a "100" missing, so the original expression is comparing a decimal against a percentage. Try changing "40" to "0.40".
WhiteRider
Moderator
 
Posts: 54017
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: How to:

Postby foodformoney » Thu Oct 10, 2013 9:53 am

Nope. For player report and all players report it just says loading and nothing happens for ages. For hand report, it says it's unable to execute query.
foodformoney
 
Posts: 34
Joined: Fri Jul 18, 2008 11:18 am

Re: How to:

Postby kraada » Thu Oct 10, 2013 10:21 am

WhiteRider is right about the decimal part - how large is your database though? Do you ever see it change from Loading to Populating?
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: How to:

Postby foodformoney » Thu Oct 10, 2013 10:33 am

It's about 800k hands. Nope, never populating. Just loading for hours.
foodformoney
 
Posts: 34
Joined: Fri Jul 18, 2008 11:18 am

Re: How to:

Postby kraada » Thu Oct 10, 2013 10:46 am

Unfortunately these kinds of filters can take an awfully long time. If I can think of a better way to do it, I'll let you know.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: How to:

Postby foodformoney » Thu Oct 10, 2013 10:48 am

Thanks.
foodformoney
 
Posts: 34
Joined: Fri Jul 18, 2008 11:18 am


Return to PokerTracker 4

Who is online

Users browsing this forum: No registered users and 28 guests

cron
highfalutin