Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
kraada wrote:There wasn't a filter for that in PT3, but you can do this with a custom filter expression in the My Reports area.
The filter:
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 Name')
Will filter to all hands where Villain Name was dealt in. Note that you need the single quotes around the opponent's screen name.
You can use this in the My Reports tab then filter as you'd like further to see things from your perspective.
cash_hand_player_statistics.flg_vpip
and 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 Name'
and chps.flg_vpip)
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 44 guests