by name14 » Fri Apr 04, 2014 1:00 am
ok, u were cruel enough to make me do this, would you mind doing the verifying?
Fold to T Float Bet % in 3+Bet Pot
(cnt_f_float_def_opp_action_fold_3bet_pot_copy_IHS / cnt_T_float_def_opp_3bet_pot_copy_IHS) * 100
cnt_f_float_def_opp_action_fold_3bet_pot_copy_IHS
sum(if[(tourney_hand_player_statistics.flg_p_3bet OR tourney_hand_player_statistics.flg_p_4bet) AND lookup_actions_p.action LIKE '%R' AND tourney_hand_player_statistics.flg_t_open_opp AND tourney_hand_player_statistics.amt_t_bet_facing > 0 AND substring(lookup_actions_t.action from 1 for 2) = 'XF', 1, 0])
cnt_T_float_def_opp_3bet_pot_copy_IHS
sum(if[(tourney_hand_player_statistics.flg_p_3bet OR tourney_hand_player_statistics.flg_p_4bet) AND lookup_actions_p.action LIKE '%R' AND tourney_hand_player_statistics.flg_t_open_opp AND tourney_hand_player_statistics.flg_t_check AND tourney_hand_player_statistics.amt_t_bet_facing > 0, 1, 0])