sum(if[tourney_hand_player_statistics.flg_p_3bet_def_opp AND tourney_hand_player_statistics.flg_p_first_raise AND (tourney_hand_player_statistics.amt_p_3bet_facing >= tourney_hand_player_statistics.amt_p_effective_stack), 1, 0]) The last 2 expressions/terms dont work together anymore. I also tried: ...