Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action LIKE 'X_%', 1, 0])sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action ='F', 1, 0])sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action LIKE 'F', 1, 0])friidayy wrote:What does 'X_%' exactly mean? I guess, X for check and _% for some arbitrary action?
friidayy wrote:Let's say I want to adjust their code for IP.
cnt_t_f_after_cb_call_flop_ip
- Code: Select all
sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action ='F', 1, 0])
cnt_t_face_bet_after_cb_call_flop_ip
- Code: Select all
sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action LIKE 'F', 1, 0])
Is this right?
friidayy wrote:What does "LIKE" stand for?
(cnt_t_xf_after_cb_call_flop_oop / cnt_t_face_bet_after_cb_call_flop_oop) * 100sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action ='XF', 1, 0])sum(if[cash_hand_player_statistics.flg_f_cbet and lookup_actions_f.action = 'BC' and lookup_actions_t.action LIKE 'X_%', 1, 0])sum(if[cash_hand_player_statistics.flg_f_cbet and cash_hand_player_statistics.amt_t_bet_facing > 0, 1, 0])NOT cash_hand_player_statistics.flg_x_has_positionsum(if[cash_hand_player_statistics.flg_f_cbet and cash_hand_player_statistics.amt_t_bet_facing > 0 and NOT cash_hand_player_statistics.flg_t_has_position, 1, 0])Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 21 guests