Fold to Flop Bet in completed pot question
Posted: Thu Nov 29, 2012 8:56 am
Hi,
sum(if[cash_hand_summary.cnt_players_f=2 AND NOT(cash_hand_player_statistics.flg_p_face_raise) AND cash_hand_player_statistics.cnt_p_raise = 0 AND cash_hand_player_statistics.amt_f_bet_facing > 0 AND (lookup_actions_f.action SIMILAR TO '(F|XF)%'), 1, 0])
If I remove the cash_hand_summary.cnt_players_f=2 will the stat still work correct?
It is meant to be a Stat: Fold to Flop Bet in completed pot
sum(if[cash_hand_summary.cnt_players_f=2 AND NOT(cash_hand_player_statistics.flg_p_face_raise) AND cash_hand_player_statistics.cnt_p_raise = 0 AND cash_hand_player_statistics.amt_f_bet_facing > 0 AND (lookup_actions_f.action SIMILAR TO '(F|XF)%'), 1, 0])
If I remove the cash_hand_summary.cnt_players_f=2 will the stat still work correct?
It is meant to be a Stat: Fold to Flop Bet in completed pot