Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by jdell408 » Wed Nov 06, 2013 8:35 pm
I'm sure its been asked and I'm sure its a simple step I'm not seeing, but I can't figure out how to run a report to show my stats vs a specific player OR specific player vs me. I don't see any type of filter for this. This is for HU analysis only.
-
jdell408
-
- Posts: 15
- Joined: Tue May 13, 2008 1:14 pm
by WhiteRider » Thu Nov 07, 2013 3:38 am
Are you using PT3 or PT4?
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by jdell408 » Thu Nov 07, 2013 7:23 pm
WhiteRider wrote:Are you using PT3 or PT4?
Sorry. PT4
-
jdell408
-
- Posts: 15
- Joined: Tue May 13, 2008 1:14 pm
by WhiteRider » Fri Nov 08, 2013 4:20 am
You can do that with a custom report filter.
Go to My Reports and create a new Player report.
Click the blue Filters link and select 'expression filters' and paste this in:
( 0 < (SELECT count(hhps.id_hand) FROM tourney_hand_player_statistics hhps WHERE hhps.id_hand = tourney_hand_player_statistics.id_hand AND hhps.id_player = (SELECT p.id_player FROM player p WHERE player_name='VillainName')) )
..and replace 'VillainName' with the name of the player you're interested in. This will show your stats (specifically, the stats of the active player - the one selected in the player list) in hands where this villain was dealt in.
This is a tournament filter - if you play cash replace tourney_ with cash_.
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
by mousebreaker » Tue Nov 12, 2013 11:02 am
This works excellent. But when you want to look at your stats vs a player who has a name that is used on multible sites, then it doesnt work. It could easily be different players that has those names.
How can I solve that problem?
If the same player is playing multible sites with same screen name, then I could create an alias. But it will not work either unless I can change the alias name to something unique. How do I do that?
-
mousebreaker
-
- Posts: 3
- Joined: Mon Jan 05, 2009 8:48 am
by kraada » Tue Nov 12, 2013 12:27 pm
You can narrow it down to a specific site by adding p.id_site = X where X is the site identifier. So for example:
( 0 < (SELECT count(hhps.id_hand) FROM tourney_hand_player_statistics hhps WHERE hhps.id_hand = tourney_hand_player_statistics.id_hand AND hhps.id_player = (SELECT p.id_player FROM player p WHERE p.id_site = 100 and p.player_name='VillainName')) )
would restrict it to PokerStars only.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by mousebreaker » Tue Nov 12, 2013 5:28 pm
So if I understand this correctly p.id_site = 100 is pokerstars
Where can I find id numbers for the different poker sites?
-
mousebreaker
-
- Posts: 3
- Joined: Mon Jan 05, 2009 8:48 am
by kraada » Tue Nov 12, 2013 6:56 pm
- Code: Select all
100;"PokerStars"
200;"Party"
300;"Full Tilt"
400;"iPoker"
500;"Everest"
600;"OnGame"
700;"Boss Media"
800;"Cereus Network"
900;"Pacific Poker"
1000;"Entraction"
1100;"MicroGaming"
1200;"Cake"
1300;"Bodog"
1400;"Betfair"
1500;"Cryptologic Network"
1600;"Ultimate Bet (pre-Cereus)"
1700;"Absolute Poker (pre-Cereus)"
1900;"Tribeca Tables Network"
2100;"Merge"
2200;"Winamax"
2300;"Everleaf"
2400;"Yatahay Network"
2500;"Enet Network"
2600;"Barriere"
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by rourkem » Sun Nov 16, 2014 5:40 pm
Just a quick one please. How often do these codes get updated?
-
rourkem
-
- Posts: 8
- Joined: Tue Oct 14, 2014 3:15 pm
by WhiteRider » Mon Nov 17, 2014 4:47 am
They are not changed - they're only added to if a new site is added to PokerTracker.
-
WhiteRider
- Moderator
-
- Posts: 54017
- Joined: Sat Jan 19, 2008 7:06 pm
- Location: UK
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 49 guests