by jaffa » Wed Aug 15, 2012 12:46 pm
They still won't work. I'm not sure why.
Probe bet turn continued to bet river when called:
sum(if[cash_hand_player_statistics.flg_t_bet AND lookup_actions_t.action='b' AND cash_hand_player_statistics.flg_r_bet AND lookup_actions_f.action LIKE 'X' AND lookup_actions_p.action NOT LIKE '%R' AND cash_hand_player_statistics.flg_p_face_raise AND (cash_hand_player_statistics.val_p_raise_aggressor_pos < cash_hand_player_statistics.position OR (cash_hand_summary.cnt_players = 2 and cash_hand_player_statistics.flg_blind_b)), 1, 0])
sum(if[cash_hand_player_statistics.flg_t_bet AND lookup_actions_t.action='b' AND cash_hand_player_statistics.flg_r_open_opp AND lookup_actions_f.action LIKE 'X' AND lookup_actions_p.action NOT LIKE '%R' AND cash_hand_player_statistics.flg_p_face_raise AND (cash_hand_player_statistics.val_p_raise_aggressor_pos < cash_hand_player_statistics.position OR (cash_hand_summary.cnt_players = 2 and cash_hand_player_statistics.flg_blind_b)), 1, 0])
delayed c-bet turn, continued to bet river when called:
sum(if[cash_hand_player_statistics.flg_t_bet AND cash_hand_player_statistics.flg_f_cbet_opp AND cash_hand_player_statistics.flg_r_bet AND lookup_actions_t.action='B' AND lookup_actions_f.action='X', 1, 0])
sum(if[cash_hand_player_statistics.flg_t_bet AND cash_hand_player_statistics.flg_f_cbet_opp AND cash_hand_player_statistics.flg_r_open_opp AND lookup_actions_t.action='B' AND lookup_actions_f.action='X', 1, 0])
I assume lookup_actions applies to hero then? how does it distinguish a bet from the big blind to a check from the bb and the btn betting? or to a situation where someone bets, does that include the times you bet and get raised? some of the default stats have % signs in them and a LIKE command as well which I don't understand either?