Heey guys!
I have tried to create a stat to show me the numbers a player folded vs a non all-in 3b after he 2b preflop.
Column: sum(if[tourney_hand_player_statistics.flg_p_3bet_def_opp AND tourney_hand_player_statistics.flg_p_first_raise AND (NOT (tourney_hand_player_statistics.amt_p_raise_made >= tourney_hand_player_statistics.amt_p_effective_stack)), 1, 0]) //// Name: cnt_p_3bet_opp_when_open_raised_NAI
Stat: (cnt_p_3bet_def_action_fold_when_open_raised / cnt_p_3bet_opp_when_open_raised_NAI) * 100
Unfortunately it does not work - could you help me here?
Thanks in advance!
Marco