creating fold_flop%Limp_Pot...
(cnt_f_fold_limp_pot / cnt_f_fold_opp_limp_pot) * 100
cnt_f_fold_limp_pot -
sum(if[holdem_hand_player_statistics.flg_f_fold and
(NOT holdem_hand_player_statistics.flg_p_face_raise)
and holdem_hand_player_statistics.cnt_p_raise = 0, 1, 0])
cnt_f_fold_opp_limp_pot -
sum(if[holdem_hand_palyer_statistics.flg_f_saw
(NOT holdem_hand_player_statistics.flg_p_face_raise) =1,0,0])
i cant find a problem for this stat...
