Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
kraada wrote:If you remove the stack size requirement do you still see 0?
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_p_effective_stack 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])
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])
kraada wrote:tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 is only true if you actually made a raise - so you're getting all raises in your opportunity column, which you don't want. You should remove this particular piece.
rhalala wrote:kraada wrote:tourney_hand_player_statistics.amt_p_raise_made / tourney_blinds.amt_bb > 4 is only true if you actually made a raise - so you're getting all raises in your opportunity column, which you don't want. You should remove this particular piece.
working! thank you very much!
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 15 guests