Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by Kausalitet » Tue Nov 21, 2023 4:43 pm
I would like to filter out hands were I play vs BB. How do I do that? I can only find how I choose my own postion.
-
Kausalitet
-
- Posts: 2
- Joined: Tue Nov 21, 2023 4:42 pm
by Flag_Hippo » Wed Nov 22, 2023 7:01 am
You can filter for the positions of aggressors but there isn't a built-in filter for the positions of callers or players who fold. If you want hands where the BB did not VPIP preflop then you can use this expression filter in a
custom report:
- Code: Select all
cash_hand_summary.str_actors_p NOT LIKE '%8%'
You can use this expression 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.
This post has more information on how the actors and aggressors strings work if you want to filter for different situations and for more information on pattern matching in PostgreSQL see
this guide.
-
Flag_Hippo
- Moderator
-
- Posts: 15543
- Joined: Tue Jan 31, 2012 7:50 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: TIGANCIC and 36 guests