Page 1 of 1

BB vs SB Preflop filters(RFI Quick Filter & Custom reports)

PostPosted: Mon Jun 29, 2026 6:43 am
by Gae80
Hi,

I am currently setting up my database to analyze Hero in the Big Blind (BB) vs Small Blind (SB) scenarios, and I want to make sure my logic is 100% correct and that I'm not missing or misfiltering any hands.

I used a combination of a Graphical Quick Filter and Custom Reports with Expression Filters.

Could someone please review my setup and confirm if this is the correct way to isolate these three specific spots?

For a clean Raise First In (RFI) from the Small Blind, I created a graphical Quick Filter. Here's the screenshot:
SB RFI vs Hero BB.png
(215.53 KiB) Downloaded 300 times


For SB First VPIP: I created a report with the following filter:
tourney_hand_summary.str_actors_p LIKE '9%'


For SB limp: I I created a report with the following filter:
tourney_hand_summary.str_actors_p LIKE '9%' AND tourney_hand_summary.str_aggressors_p NOT LIKE '89%'

Re: BB vs SB Preflop filters(RFI Quick Filter & Custom repor

PostPosted: Tue Jun 30, 2026 6:59 am
by Flag_Hippo
That looks good although your expression filters are missing tourney_hand_player_statistics.position = 8 but maybe you are using a built-in filter for that. If everything is in the expression filter you can save those as custom reports.

Re: BB vs SB Preflop filters(RFI Quick Filter & Custom repor

PostPosted: Tue Jun 30, 2026 10:08 am
by Gae80
Flag_Hippo wrote:That looks good although your expression filters are missing tourney_hand_player_statistics.position = 8 but maybe you are using a built-in filter for that. If everything is in the expression filter you can save those as custom reports.


Hi Flag_Hippo,

Thanks for your reply!

Yes, you guessed right ;) I am using a hybrid setup. I have a saved graphical Quick Filter called "Hero BB" that forces the active player position to exactly 8. I keep this active in the sidebar while running the custom expression reports, so the position requirement is already covered.

Good to know the expression logic itself is solid. I really appreciate the feedback!