Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
(broken down for easier reading, obviously I have the syntax correct on the actual expression)
sum(
if
[
cash_hand_player_statistics.flg_f_has_position AND ; Player is IP
cash_hand_summary.cnt_players_f = 2 AND ; Flop is HU
lookup_actions_p.action SIMILAR TO '(R|R%R)' AND ; preflop action was either a single raise or multiple (4b etc, but guarantees player entered the flop with initiative)
cash_hand_player_statistics.flg_p_3bet_opp AND ; Had 3b opportunity, guarantees if PF actions was simply 'R' that raise must have been a 3b
lookup_actions_f.action SIMILAR TO 'B%' ; cbet
, 1, 0
]
)
sum(
if
[
NOT(cash_hand_player_statistics.flg_f_has_position) AND
cash_hand_summary.cnt_players_f = 2 AND
lookup_actions_p.action = 'R' AND
NOT( cash_hand_player_statistics.flg_p_3bet_opp) AND
lookup_actions_f.action SIMILAR TO '(X|B%)'
, 1, 0
]
)
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 22 guests