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: cash_hand_summary.str_aggressors_p NOT LIKE '89%' and cash_hand_summary.str_actors_p LIKE '9%' You can use this expression filter ...