Folded BB to ATS by BTN
Hi, Can I get a sanity check on this. I have just duplicated the Fold BB to SB stat and changed the position to the BTN but would still like to check if this would calculate correctly? Thanks
And
Thanks
- Code: Select all
(cnt_p_BB_fold_to_BTN / cnt_p_BB_fold_to_BTN_opp) * 100
And
- Code: Select all
cnt_p_BB_fold_to_BTN
sum(if[substring(lookup_actions_p.action from 1 for 1)='F' 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])
cnt_p_BB_fold_to_BTN_opp
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])
Thanks
