Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by abusseta » Fri Nov 30, 2012 11:02 am
How I can see hands where a specific player was in my table? no hero vs villian.
Thanks
-
abusseta
-
- Posts: 3
- Joined: Tue Oct 23, 2012 10:25 am
by kraada » Fri Nov 30, 2012 12:02 pm
If you change the active player to that villain you should see all of his data. Unless you are importing datamined hands (which is disallowed at most poker sites) all the data you should see on him should be from when he has played at your table (because that's where PT would get the data from).
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by abusseta » Fri Nov 30, 2012 1:23 pm
kraada wrote:If you change the active player to that villain you should see all of his data. Unless you are importing datamined hands (which is disallowed at most poker sites) all the data you should see on him should be from when he has played at your table (because that's where PT would get the data from).
Yes but i need to know my c won when that player was dealt in my table.
-
abusseta
-
- Posts: 3
- Joined: Tue Oct 23, 2012 10:25 am
by kraada » Fri Nov 30, 2012 2:27 pm
Ah that is more complicated.
The way to do this would be in a custom report on the My Reports page. Create your report as a Player report, and use this Filter Expression (added via the blue Filters link) and that will limit it to times that Player X was dealt into the hand (ie- he was at your table):
cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, player p where chps.id_player = p.id_player and p.player_name = 'Player X')
Note that the single quotes around the player name are needed.
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
by abusseta » Fri Nov 30, 2012 3:01 pm
kraada wrote:Ah that is more complicated.
The way to do this would be in a custom report on the My Reports page. Create your report as a Player report, and use this Filter Expression (added via the blue Filters link) and that will limit it to times that Player X was dealt into the hand (ie- he was at your table):
cash_hand_player_statistics.id_hand in (SELECT chps.id_hand from cash_hand_player_statistics chps, player p where chps.id_player = p.id_player and p.player_name = 'Player X')
Note that the single quotes around the player name are needed.
PERFECT!
Thanks you
-
abusseta
-
- Posts: 3
- Joined: Tue Oct 23, 2012 10:25 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 35 guests