by kraada » Tue Oct 08, 2013 10:08 am
Use this filter expression in a custom report:
cash_hand_player_statistics.id_hand in (SELECT thps.id_hand from cash_hand_player_statistics thps, cash_cache tc where thps.id_player = tc.id_player group by thps.id_hand, thps.id_player HAVING ( (sum(tc.cnt_vpip) / (sum(tc.cnt_hands) - sum(tc.cnt_walks))) >= 40) )