BillGatesIII wrote:pt4pt4pt4 wrote:What was different tho, was that your OPP only calculated the present session opps of Villains 3 bet while the orig 3 bet opp stat counted all the previous SNG games hands.
Could you please explain this more in detail? Because it should count all the opportunities this opponent had to make a 3bet against hero. Not only from this session (assuming you are displaying lifetime stats and not session stats).
Sorry, my Test HUD was all messed up.
Works perfect.
So if i want Steal BB / SB vs BTN / CO HERO stats:
I need 4 separate stats with each blind having having it's item properties as position SB and BB.
For designating HERO position, how do I include this tourney_hand_player_statistics.position = 0
- Code: Select all
sum(if[tourney_hand_player_statistics.flg_p_3bet and exists
(select 1
from tourney_hand_player_statistics hero
where hero.id_hand = tourney_hand_player_statistics.id_hand
and hero.flg_hero
and hero.flg_p_first_raise), 1, 0])
into your column expression? I get invalid SQL when I throw it inside.