by WhiteRider » Mon Dec 24, 2012 12:11 pm
The basic format of those expressions is this:
sum( if[ expression, 1, 0 ])
..and you need to add the extra bit into the 'expression' part.
So:
cnt_p_4B_fold: sum(if[holdem_hand_player_statistics.enum_p_3bet_action='R' and holdem_hand_player_statistics.enum_p_4bet_action='F' AND (holdem_hand_player_statistics.position BETWEEN 0 and 1), 1, 0])
cnt_p_4B_face: sum(if[holdem_hand_player_statistics.enum_p_3bet_action='R' and holdem_hand_player_statistics.flg_p_4bet_def_opp AND (holdem_hand_player_statistics.position BETWEEN 0 and 1), 1, 0])