Page 1 of 1

Isolate SB limp from BB

PostPosted: Sat May 21, 2022 10:14 am
by CherryWaves
Hi, I want to see my winrate for the following situation.

I am in the big blind, everyone folds and the SB limps in. I isolate, non all-in.

How is it possible to filter hands vs a sb limp, I only see the option to raise limpers, but not specific to SB.



Thanks

Re: Isolate SB limp from BB

PostPosted: Sat May 21, 2022 1:23 pm
by Flag_Hippo
There isn't a built-in filter you can use for the position of limpers or callers but you can filter for the SB open limping in a custom report with an expression filter:

Code: Select all
cash_hand_summary.str_aggressors_p NOT LIKE '89%' and cash_hand_summary.str_actors_p LIKE '9%'

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.