js2002_cnt_p_BB_3bet_to_BU_steal
sum(if[holdem_hand_player_statistics.flg_p_3bet AND
holdem_hand_player_statistics.position = 8 AND holdem_hand_player_detail.val_p_raise_aggressor_pos = 0 AND holdem_hand_player_statistics.flg_blind_def_opp,1,0])
js2002_cnt_p_BB_fold_to_BU_opp (numb name I know)
sum(if[holdem_hand_player_statistics.position = 8 AND holdem_hand_player_detail.val_p_raise_aggressor_pos = 0 AND holdem_hand_player_statistics.flg_blind_def_opp,1,0])
Hi folks,
I took the fold BB vs BU steal Stat and made this one. The denumerator is the same, at the numerator I replaced "substring(lookup_actions_p.action from 1 for 1)='F'" with "holdem_hand_player_statistics.flg_p_3bet".
Do you think this stat expresses what I want?
2. SB was = 9 right?!
