Discuss how to create custom stats, reports and HUD profiles and share your creations.
Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators
by swisspoker » Wed Mar 30, 2022 7:21 am
Hey guys!
Is there a way to filter the hands like this:
SRP Playing in position vs the BB
I have created this filter, but there are also hands where the preflop caller is the SB.
Thanks in advance :)
- Attachments
-
xy.PNG
- (12.27 KiB) Downloaded 1259 times
-
swisspoker
-
- Posts: 60
- Joined: Mon Jun 27, 2016 1:19 pm
by Flag_Hippo » Wed Mar 30, 2022 12:46 pm
There isn't a built-in filter you can use for the position of callers but you can do this in a
custom report with an expression filter:
- Code: Select all
cash_hand_summary.str_aggressors_p LIKE '8_' and cash_hand_summary.str_actors_p LIKE '_8'
This will filter for hands where there was one raiser and the BB called. You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters' (substitute '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.
-
Flag_Hippo
- Moderator
-
- Posts: 17051
- Joined: Tue Jan 31, 2012 7:50 am
by swisspoker » Fri Apr 01, 2022 8:07 am
Hey Flag_Hippo
Thanks for the answer - nicely described!
Now if I want to check my own cbet% vs the BB in a SRP - is there a way to just show my own "players" in a player report?
Probably would have to add a new custom statistic to be able to see the cbet% vs BB in the Statistic section, right?
-
swisspoker
-
- Posts: 60
- Joined: Mon Jun 27, 2016 1:19 pm
by Flag_Hippo » Fri Apr 01, 2022 12:42 pm
Provided you have setup your built-in filters correctly (the expression filter on its own is not specific to any player) then the normal CBet statistics will give you the information you want but you can only use expression filters in a custom report. If you want to see that data without using filters and/or in the 'Statistics' section then that would require a custom statistic.
-
Flag_Hippo
- Moderator
-
- Posts: 17051
- Joined: Tue Jan 31, 2012 7:50 am
Return to Custom Stats, Reports and HUD Profiles
Users browsing this forum: No registered users and 9 guests