I'd like to make a filter that:
- include all players, not only Hero
- filter whenever players plays a hand vs a group of players that has VPIP > 40
How can I do that?
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
cash_hand_player_statistics.id_hand in (select chps.id_hand from cash_hand_player_statistics chps, cash_cache cc where chps.id_player = cc.id_player group by chps.id_hand, chps.id_player having ((sum(cc.cnt_vpip) * 1.0) / (sum(cc.cnt_hands) * 1.0) - sum(cc.cnt_walks) * 1.0) > .4)Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 8 guests