Most filters are from the perspective of the
active player selected for the report. You can filter for the position of aggressors on a given street via 'Hand Details -> Player Position' but there are no built-in filters for the positions of players who call or fold so you would need to do this in a
custom report with an expression filter:
- Code: Select all
tourney_hand_summary.str_actors_p NOT LIKE '0%'
This expression filter specifies that the button was not the first player to VPIP. You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters' (substitute 'tourney' with 'cash' 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.