3bet >10bb vs 2.5 open (want to exclude SB)
Posted: Thu Sep 26, 2024 9:44 am
Hi, I made this column to account for the following scenario: first raise opens to 2-2.5bb from EP-BU (I want to exclude SB), BB 3bets (not squeeze) to >10bb. I made the same stat for SB without restricting any opening position (didn't need to) and it works. But when I add the "cash_hand_summary.str_aggressors_p NOT LIKE '9%'" it doesn't work. Tested it and it returns 0 even though there are cases that should be counted. What am I doing wrong? Thanks!
sum(if[cash_hand_player_statistics.flg_p_3bet AND NOT(flg_p_squeeze_opp) AND cash_hand_summary.str_aggressors_p NOT LIKE '9%' AND cash_hand_player_statistics.position = 8 and cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb > 10 AND cash_hand_player_statistics.amt_p_2bet_facing / cash_limit.amt_bb between 2 and 2.5, 1, 0])
sum(if[cash_hand_player_statistics.flg_p_3bet AND NOT(flg_p_squeeze_opp) AND cash_hand_summary.str_aggressors_p NOT LIKE '9%' AND cash_hand_player_statistics.position = 8 and cash_hand_player_statistics.amt_p_raise_made / cash_limit.amt_bb > 10 AND cash_hand_player_statistics.amt_p_2bet_facing / cash_limit.amt_bb between 2 and 2.5, 1, 0])