(cnt_p_open_shove_epmp613 / cnt_p_open_shove_opp_ep613) * 100
cnt_p_open_shove_epmp613 =
sum(if[tourney_hand_player_statistics.flg_p_first_raise and tourney_hand_player_statistics.flg_p_open_opp and lookup_actions_p.action = 'R' and tourney_hand_player_statistics.amt_p_raise_made = (tourney_hand_player_statistics.amt_before - tourney_hand_player_statistics.amt_ante) AND substring(tourney_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 4 AND 6, 1, 0])
cnt_p_open_shove_opp_ep613 =
sum(if[tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.flg_p_open_opp AND tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 AND substring(tourney_hand_summary.str_aggressors_p from 2 for 1)::int BETWEEN 2 and 3 AND tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb BETWEEN 6 and 12, 1, 0])
Thank you very much!