Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by The Practitioner » Sun Aug 31, 2025 2:47 am
Hi there
I am trying to generate a report (ideally a quick filter would be handiest but I don't see that it is possible) to filter for hands that went all in/call at any point, specifically where hero's stack covers villain. (the purpose is for bounty tourneys, if it matters).
Any advice on this please as I have been struggling.
Thanks!
-
The Practitioner
-
- Posts: 3
- Joined: Sat Mar 17, 2012 4:50 am
by Flag_Hippo » Sun Aug 31, 2025 6:33 am
- Code: Select all
(tourney_hand_player_statistics.enum_allin SIMILAR TO '(P|F|T|R|p|f|t|r)' or tourney_hand_player_statistics.enum_face_allin SIMILAR TO '(p|f|t|r)') and tourney_hand_player_statistics.flg_showdown and (tourney_hand_player_statistics.amt_bet_ttl < tourney_hand_player_statistics.amt_before)
You can use this expression filter in a
custom report by clicking on the 'Filters' link and selecting 'Add New Expression Filters'.
-
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 12 guests