Is this right? I am not getting a proper sat by the looks of things. Just says 0% with no times or opportunities available
Fold CO to BTN 3bet =
(Fold_CO_to_Button_3_Bet / total_times_CO_faced_steal_3bet_from_button) * 100
Fold_CO_to_Button_3_Bet =
sum(if[holdem_hand_player_statistics.flg_steal_att AND holdem_hand_player_statistics.position=1 AND holdem_hand_player_statistics.flg_p_3bet_def_opp AND holdem_hand_player_detail.val_p_raise_aggressor_pos=0 AND holdem_hand_player_statistics.enum_p_3bet_action='F', 1, 0])
total_times_CO_faced_steal_3bet_from_button =
sum(if[holdem_hand_player_statistics.flg_steal_att AND holdem_hand_player_statistics.position=1 AND holdem_hand_player_statistics.flg_p_3bet_def_opp AND holdem_hand_player_detail.val_p_raise_aggressor_pos=0, 1, 0])
