Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by nominaliz » Wed Sep 17, 2025 3:00 pm
Hi, I want to have a filter for all the hands where I went All-In on the River. The only similar filter that I can find is 'Actions & Opportunities -> Street -> Raises -> Raised All-in' but this filter only counts Raises that go All-in and not Bets. Is there a filter that includes both?
-
nominaliz
-
- Posts: 16
- Joined: Wed May 24, 2017 9:21 am
by Flag_Hippo » Thu Sep 18, 2025 5:33 am
There isn't a built-in filter for that. If you want all river all-in hands regardless of action then you can use this expression filter:
- Code: Select all
lookup_actions_r.action like '_%' and cash_hand_player_statistics.amt_bet_r >= cash_hand_player_statistics.amt_r_effective_stack
You can use this expression filter by clicking on the 'Filters' link in a
custom report 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: 17049
- Joined: Tue Jan 31, 2012 7:50 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 7 guests