stat is:(cnt_steal_reraise_def_action_fold / cnt_steal_reraise_def_opp) * 100
cnt_steal_reraise_def_opp is:
sum(if[ tourney_holdem_hand_player_statistics.flg_steal_att AND tourney_holdem_hand_player_statistics.flg_p_3bet_def_opp, 1 , 0 ])
but in this case, if P1 att to steal and button 3bet, and then P1 fold... the reraise is not from blinds...
we have to add a condition about position of the stealer = P9 and P0 or if is possible, a check on the 3bettor position.
what do you think?