Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by cmclanis » Tue Aug 27, 2024 5:55 am
I am trying to filter my results to hands where I either open/jam or where I shove over the top all in on either flop or turn. I don't see a "Went All In" option for those streets as there is for pre-flop. I can only find how to filter to hands where I raise all in or face an all-in. Could someone help me to determine if there is a way to see hands where I went all in either on flop or turn?
-
cmclanis
-
- Posts: 2
- Joined: Tue Dec 11, 2012 9:29 pm
by Flag_Hippo » Tue Aug 27, 2024 12:43 pm
There isn't a built-in filter you can use for that but you can do this in a
custom report with an expression filter:
- Code: Select all
(cash_hand_player_statistics.enum_allin SIMILAR TO '(F|f)' and lookup_actions_f.action SIMILAR TO '(B|%R)') or (cash_hand_player_statistics.enum_allin SIMILAR TO '(T|t)' and lookup_actions_t.action SIMILAR TO '(B|%R)')
You can use this filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters' and you will need to replace "cash" with "tourney" if you are in a tournament report.
-
Flag_Hippo
- Moderator
-
- Posts: 17044
- Joined: Tue Jan 31, 2012 7:50 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 11 guests