I want to make some fold to flop c-bet stats when facing certain betsizes for my popups. I tried to make the columns for a 3/4 pot betsize which look like this:
sum(if[cash_hand_player_statistics.enum_f_cbet_action='F' AND cash_hand_player_statistics.val_f_bet_facing_pct>'67' AND cash_hand_player_statistics.val_f_bet_facing_pct<'83', 1, 0])
sum(if[cash_hand_player_statistics.flg_f_cbet_def_opp AND cash_hand_player_statistics.val_f_bet_facing_pct>'67' AND cash_hand_player_statistics.val_f_bet_facing_pct<'83', 1, 0])
They are both modified from the original fold to flop c-bet and faced flop c-bet stats. They don't work at the moment, although it says the expression is valid they are producing weird results, most of which are - but apparently mine is 100, which is obviously wrong
