This ok?
The expression shall represent: Player is PFA oop and c/f's the flop.
Do all "in position" spots get filtered out this way?
sum(if[cash_hand_player_statistics.flg_f_cbet_opp AND NOT(cash_hand_player_statistics.flg_f_cbet) AND (cash_hand_player_statistics.flg_p_3bet or cash_hand_player_statistics.flg_p_4bet) AND cash_hand_player_statistics.flg_f_check AND cash_hand_player_statistics.flg_f_fold, 1, 0])
___________________________________
sum(if[cash_hand_player_statistics.flg_f_cbet_opp AND NOT(cash_hand_player_statistics.flg_f_cbet) AND (cash_hand_player_statistics.flg_p_3bet or cash_hand_player_statistics.flg_p_4bet) AND cash_hand_player_statistics.flg_f_check AND true, 1, 0])
I guess I have to append: AND NOT(saw turn) to exclude the checkbehind situations, right?
Damn, wait: Isnt the stat i plan the build-in stat "fold to float F" ?
