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'
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). You will also need to use a built-in filter to specify your own position(s) and that you made a preflop 2bet.
This post has more information on how the actors and aggressors strings work if you want to filter for different situations.