There isn't a built-in filter you can use for the position of callers. To filter for an EP open, MP call & BTN squeeze will require a custom expression filter. Assuming this is for 6max then that would be:
- Code: Select all
cash_hand_summary.str_aggressors_p LIKE '830%' and cash_hand_summary.str_actors_p LIKE '320%'
You can use this expression filter in a
custom report 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 positions/situations.