Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Stratocaster » Sun Dec 02, 2012 6:48 pm
Hi,
Number of times player raised a donk bet on the flop:
- Code: Select all
sum(if[lookup_actions_p.action LIKE '%R' AND cash_hand_player_statistics.amt_f_bet_facing > 0
AND NOT (cash_hand_player_statistics.flg_f_open_opp) AND substring(lookup_actions_f.action from 1 for 1) = 'R', 1, 0])
I understand most of it but what
flg_f_open_oop is doing here ?
-
Stratocaster
-
- Posts: 41
- Joined: Fri Mar 23, 2012 8:43 pm
by kraada » Mon Dec 03, 2012 11:43 am
It's making sure that you didn't have a chance to bet first - otherwise you could have situations where you checked and faced a bet included (in multieway pots).
-
kraada
- Moderator
-
- Posts: 54431
- Joined: Wed Mar 05, 2008 2:32 am
- Location: NY
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 14 guests