I have a doubt about the definition for cnt_f_cbet_def_action_fold_out_of_pos ( Number of times player folded to a flop continuation bet when out of position) :
sum(if[cash_hand_player_statistics.flg_f_check AND cash_hand_player_statistics.enum_f_cbet_action='F', 1, 0])
How could flg_f_check be TRUE in this case ?
