name14 wrote: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])
I make this stat and replace all words "tourney" ---> "cash".
Now I have this stat in Pop Up. But have no samples. there is no "Show times opportunities".
How can I add it?