Two stats. Denominator is the same. Numerators are:
1) sum(if[holdem_hand_player_statistics.flg_p_3bet AND holdem_hand_player_statistics.enum_p_4bet_action='R', 1, 0])
2) sum(if[holdem_hand_player_statistics.flg_p_3bet AND holdem_hand_player_statistics.flg_p_4bet, 1, 0])
In the second case the value is greater, but for me they must be the same...
