Skip to forum
Played hands vs a s...
 
Notifications
Clear all

Played hands vs a specific player

3 Posts
2 Users
0 Reactions
1,149 Views
salflip
Joined: 02.10.2007

How would one find/filter hands played vs a specific player?


Reply
Quote
2 replies
PokerTracker
Joined: 07.06.2011

If you want to see hands where chips were exchanged between you and a specific villain then I recommend using the 'Hero vs Villain' report in the 'Results' section. If you want to see all your hands where a specific player was dealt in then you can do so in a custom report with an expression filter:

Guide: Creating My Reports

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 = 'Villain')

Replace Villain with a screen name and leave the single quotes - those are needed. You can use this expression filter by clicking on the 'Filters' link in a custom report and selecting 'Add New Expression Filters' and you will need to replace all instances of "cash" with "tourney" if you are in a tournament report.

- Rob


Reply
Quote
salflip
Joined: 02.10.2007

Cheers, :f_drink: this is exactly what I wanted to hear thanks:f_thumbsup:


Reply
Quote