Page 1 of 1

Fold to Flop Bet in completed pot question

PostPosted: Thu Nov 29, 2012 8:56 am
by js2002
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

Re: Fold to Flop Bet in completed pot question

PostPosted: Thu Nov 29, 2012 10:24 am
by kraada
I'm not sure what you mean by "completed pot". Could you please elaborate on that?

Re: Fold to Flop Bet in completed pot question

PostPosted: Thu Nov 29, 2012 11:28 am
by js2002
This is a unraised pot.

Re: Fold to Flop Bet in completed pot question

PostPosted: Thu Nov 29, 2012 11:44 am
by kraada
Removing the bolded portion will allow the flop to be multiway; it doesn't change the fact that the pot will still be unraised.