Hey there:
I`d to create the statistic: "3Bet vs ISO", thing is that it´s getting harder to create this column since it needs to be a limper and then a 2Bet, could you please give me a hand creating this new stat?
Thanks in advance
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
char_length(cash_hand_summary.str_aggressors_p) >= 2 and char_length(cash_hand_summary.str_actors_p) >= 2 and substring(cash_hand_summary.str_aggressors_p from 2 for 1) ::int != substring(cash_hand_summary.str_actors_p from 1 for 1) ::intluis111angel wrote:lookup_actions_p.action LIKE '%S%'
AND lookup_actions_p.action LIKE '%F%'
lookup_actions_p.action = 'SF'luis111angel wrote:cash_hand_player_statistics.val_p_raise_aggressor_pos=8
cash_hand_summary.str_aggressors_p LIKE '88%'luis111angel wrote: want it to not count if `BB raise with previous limpers` so i wonder how do i restrict the column to not count when there are limpers in the hand?
!==sum(if[cash_hand_player_statistics.amt_p_2bet_facing > 0 AND cash_hand_summary.str_aggressors_p LIKE '88%' AND lookup_actions_p.action = 'SF' AND char_length(cash_hand_summary.str_aggressors_p) >= 2 AND substring(cash_hand_summary.str_aggressors_p from 2 for 1) ::int = substring(cash_hand_summary.str_actors_p from 1 for 1) ::int, 1, 0])sum(if[cash_hand_player_statistics.amt_p_2bet_facing > 0 AND cash_hand_summary.str_aggressors_p LIKE '88%' AND lookup_actions_p.action LIKE 'S%' AND char_length(cash_hand_summary.str_aggressors_p) >= 2 AND substring(cash_hand_summary.str_aggressors_p from 2 for 1) ::int = substring(cash_hand_summary.str_actors_p from 1 for 1) ::int, 1, 0])lookup_actions_p.action = 'SF'lookup_actions_p.action LIKE 'SR%'Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 15 guests