Steal vs Me report
Posted: Thu Dec 13, 2012 11:26 am
I'm trying to construct custom report for players in my base like this
Player | Hands | Att to Steal - CO | Att to Steal - BTN | Att to Steal - SB
I already made custom stats for Steals, and now Iam confused how to correctly finish the expression filter to sort only hands where I was on the blinds (position 8 to 9).
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 = 'My Name' and XXXXX? )
Kraada, can you help me?
Player | Hands | Att to Steal - CO | Att to Steal - BTN | Att to Steal - SB
I already made custom stats for Steals, and now Iam confused how to correctly finish the expression filter to sort only hands where I was on the blinds (position 8 to 9).
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 = 'My Name' and XXXXX? )
Kraada, can you help me?