something not working for me:
sum(if[cash_hand_player_statistics.flg_f_check and cash_hand_player_statistics.cnt_f_raise > 0 and cash_hand_player_statistics.flg_t_bet, 1, 0])
sum(if[cash_hand_player_statistics.flg_f_check and cash_hand_player_statistics.cnt_f_raise > 0 and cash_hand_player_statistics.flg_t_open_opp, 1, 0])
Then:
(cnt_t_bet_after_f_check_raise / cnt_t_bet_after_f_check_raise_opp) * 100
it returns 100% for every player I've checked, which obviously can't be right. I double checked through the filters if I can find hands where player X check/r the flop had the opp to bet turn but didn't and I found them. which means something must be wrong... Help, please!