Filter: 3-way as PFR with BB

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Filter: 3-way as PFR with BB

Postby gscrmn » Tue Jun 15, 2021 1:39 pm

Hello!

I would like to create a filter for hands like:

- I was the pre flop raiser
- Someone flat
- The big blind cold call

So 3 players saw the flop, being me, the big blind and 1 other

I dont know how to specify one of the other 2 players to be the big blind

Thanks a lot!
gscrmn
 
Posts: 48
Joined: Wed Jul 29, 2020 9:14 am

Re: Filter: 3-way as PFR with BB

Postby gscrmn » Tue Jun 15, 2021 1:41 pm

Oh! And the other player (the 1st caller) can NOT be the SB

In other words: I play the pos flop OOP

Thanks!
gscrmn
 
Posts: 48
Joined: Wed Jul 29, 2020 9:14 am

Re: Filter: 3-way as PFR with BB

Postby Flag_Hippo » Wed Jun 16, 2021 5:02 am

There isn't a simple filter you can use for the position of callers but you can do this in a custom report with an expression filter like this:

Code: Select all
cash_hand_player_statistics.flg_p_first_raise and cash_hand_summary.str_aggressors_p LIKE '8_' and cash_hand_summary.str_actors_p LIKE '__8' and cash_hand_summary.str_actors_p NOT LIKE '_98'

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: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Filter: 3-way as PFR with BB

Postby gscrmn » Fri Jun 18, 2021 11:01 am

Awesome, thanks a lot!
gscrmn
 
Posts: 48
Joined: Wed Jul 29, 2020 9:14 am


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 18 guests

cron