"Call minraise" stat not working
Posted: Wed Sep 25, 2024 11:30 am
Hello,
I've been struggling for a while with this stat because I thought it was working fine but I noticed the numbers are not good when leakfinding with my database.
So here is how it looks:
Value expression:
Columns:
I can't figure out why it doesn't work properly but I think some hands are missing when I use it...
I've been struggling for a while with this stat because I thought it was working fine but I noticed the numbers are not good when leakfinding with my database.
So here is how it looks:
Value expression:
(cnt_p_mr_call / cnt_p_mr_call_opp) * 100
Columns:
sum(if[(tourney_hand_player_statistics.amt_p_raise_facing / tourney_blinds.amt_bb) = 1 AND lookup_actions_p.action LIKE 'C', 1, 0])
sum(if[(tourney_hand_player_statistics.amt_p_raise_facing / tourney_blinds.amt_bb) = 1 AND lookup_actions_p.action LIKE '_', 1, 0])
I can't figure out why it doesn't work properly but I think some hands are missing when I use it...