hi,
new column:
sum(if[ holdem_hand_player_statistics.flg_blind_b AND holdem_hand_player_statistics.flg_blind_def_opp AND holdem_hand_player_statistics.cnt_p_call > 0, 1 , 0 ])
The Stat is:
100 * cnt_bb_steal_call / cnt_steal_def_opp_bb
Is this ok? It should express: How often did he call to a steal...
