Can you search how you do against certain players?

General discussion of PokerTracker 3.

Moderator: Moderators

Re: Can you search how you do against certain players?

Postby Kombaiyashii » Fri May 04, 2012 9:30 am

kraada wrote:That is their collective winrate - they are on average losing 9.4bb/100.


So, how do I get my winrate vs these players? Is that possible?
Kombaiyashii
 
Posts: 15
Joined: Sun Jun 26, 2011 7:09 pm

Re: Can you search how you do against certain players?

Postby kraada » Fri May 04, 2012 2:35 pm

You'll actually want a different style of report then.

Create a different Player report that just displays yourself (keep Filter on Active Player on), and add the following text to the blue Filters area:

cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, cache_cache cc where chps.id_player = cc.id_player group by chps.id_player, cc.id_player HAVING ((( (CASE WHEN ( (sum(cc.cnt_hands) - sum(cc.cnt_walks))) <> 0 THEN ((sum(cc.cnt_vpip) * 1.0 )/( (sum(cc.cnt_hands) - sum(cc.cnt_walks)))) ELSE 0 END) ) * 100) BETWEEN X and Y)

Change X and Y to be the VPIP range you want for your opponents in this case BETWEEN 30 and 50 will let you see what you want.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Can you search how you do against certain players?

Postby Kombaiyashii » Fri May 04, 2012 2:57 pm

Thanks man, however something seems a little wrong with the coding, it is saying that expression is not valid, that's after I changed x and x to 30 and 50.
Kombaiyashii
 
Posts: 15
Joined: Sun Jun 26, 2011 7:09 pm

Re: Can you search how you do against certain players?

Postby kraada » Fri May 04, 2012 6:08 pm

My apologies.

This validates and works:

cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps where chps.flg_vpip and chps.id_player in (SELECT cc.id_player from cash_cache cc group by cc.id_player HAVING ((( (CASE WHEN ( (sum(cc.cnt_hands) - sum(cc.cnt_walks))) <> 0 THEN ((sum(cc.cnt_vpip) * 1.0 )/( (sum(cc.cnt_hands) - sum(cc.cnt_walks)))) ELSE 0 END) ) * 100) BETWEEN X and Y)))

Note this gets you your results in hands where one of these players put money in.
kraada
Moderator
 
Posts: 54431
Joined: Wed Mar 05, 2008 2:32 am
Location: NY

Re: Can you search how you do against certain players?

Postby Kombaiyashii » Fri May 04, 2012 9:54 pm

hmm, I might be doing something wrong...

I copy and past what you've wrote into the blue filters field. Then I have changed the "X and X" to 30 and 50 but still it's not coming up with a valid expression...I'm using version PT3 3.12.1
Kombaiyashii
 
Posts: 15
Joined: Sun Jun 26, 2011 7:09 pm

Re: Can you search how you do against certain players?

Postby WhiteRider » Sat May 05, 2012 4:37 am

Kraada has give you the PT4 version of the filter by accident. Try this:

holdem_hand_player_statistics.id_hand in (SELECT chps.id_hand from holdem_hand_player_statistics chps where chps.flg_vpip and chps.id_player in (SELECT cc.id_player from holdem_cache cc group by cc.id_player HAVING ((( (CASE WHEN ( (sum(cc.cnt_hands))) <> 0 THEN ((sum(cc.cnt_vpip) * 1.0 )/( (sum(cc.cnt_hands)))) ELSE 0 END) ) * 100) BETWEEN 30 and 50)))
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Can you search how you do against certain players?

Postby Kombaiyashii » Sat May 05, 2012 7:48 am

Really sorry to be such a pain...I'm getting this error now:

Image
Kombaiyashii
 
Posts: 15
Joined: Sun Jun 26, 2011 7:09 pm

Re: Can you search how you do against certain players?

Postby WhiteRider » Sat May 05, 2012 9:04 am

It works fine for me in that exact setup.
I've attached my version of the report. Extract the file from the .zip and import it by clicking the Import button at the bottom of the custom reports page.
Attachments
Filter v VPIP.zip
(918 Bytes) Downloaded 64 times
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

Re: Can you search how you do against certain players?

Postby Kombaiyashii » Sat May 05, 2012 9:52 am

Doh, we are not having much luck here :lol: Now I'm getting this:

Image

Could it have something to do with it being your filter which is looking for your hands and not my username?
Kombaiyashii
 
Posts: 15
Joined: Sun Jun 26, 2011 7:09 pm

Re: Can you search how you do against certain players?

Postby WhiteRider » Sat May 05, 2012 2:10 pm

No, there's nothing in that filter which is specific to anyone.
Please enable logging, restart PT3 and report your problem - your logs will let us see the full error message to see what is going on.
WhiteRider
Moderator
 
Posts: 54018
Joined: Sat Jan 19, 2008 7:06 pm
Location: UK

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 40 guests

cron
highfalutin