Page 1 of 1

Blind War Filter

PostPosted: Thu Nov 19, 2020 6:40 pm
by gscrmn
Hello!

How to create a filter to see all hands that was a blind war?

In other words, I was either the SB or BB and it was folded to the SB - no limp nor raise until SB

Thanks!

Re: Blind War Filter

PostPosted: Fri Nov 20, 2020 6:21 am
by Flag_Hippo
You can use the following filter expression in 'My Reports' which ensures the small blind was first to VPIP:

Code: Select all
cash_hand_summary.str_actors_p LIKE '9%'

See this post for more information on how the actors and aggressors strings work. You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. If you are in a tournament report you will need to substitute 'cash' with 'tourney'.

Re: Blind War Filter

PostPosted: Fri Nov 20, 2020 7:43 am
by gscrmn
Ok but how can I replay the hands now?

Because it works on "My repots" and not on "Statistics"

So I can only check the numbers/stats but not replay the hands

Thanks!

Re: Blind War Filter

PostPosted: Fri Nov 20, 2020 3:12 pm
by Flag_Hippo
In 'My Reports' create a 'Hand Report' and from there you can review/replay the individual hands.

Re: Blind War Filter

PostPosted: Fri Nov 20, 2020 5:45 pm
by gscrmn
AWESOME!!!!

Worked like a charm

Thanks a lot!

Re: Blind War Filter

PostPosted: Thu Apr 18, 2024 11:35 am
by gscrmn
How can I check statistics (such as VPIP, PFR, XR Flop, Cbet Turn, Cbet River, etc) only for SB position in BW hands (played only against BB)?

Re: Blind War Filter

PostPosted: Fri Apr 19, 2024 5:27 am
by Flag_Hippo
Create an 'All Players Report' instead of a 'Hand Report' with the statistics you want to see and then filter that report including a filter for being in the small blind position.

Re: Blind War Filter

PostPosted: Fri Apr 19, 2024 2:50 pm
by gscrmn
I made a 'All Players Report'

Then added tourney_hand_summary.str_actors_p LIKE '9%'

It gives 25,29% VPIP

Shouldn't be 100%?

Re: Blind War Filter

PostPosted: Sat Apr 20, 2024 3:17 am
by WhiteRider
VPIP will only be 100% if you also filter for being in the SB position. tourney_hand_summary.str_actors_p LIKE '9%' only filters to hands where the SB was the first player to act, but it will include all players in those hands.