Help with setting up a Blind Vs Blind filter

Discuss how to create custom stats, reports and HUD profiles and share your creations.

Moderators: WhiteRider, kraada, Flag_Hippo, morny, Moderators

Help with setting up a Blind Vs Blind filter

Postby leviathan74 » Wed Sep 08, 2021 7:36 pm

Ok, I ve been googling this the whole day and I couldn't find an answer.

I am trying to set up a Blind vs Blind report, along with a similar HUD popup. I want the report to show the stats for various SB and BB actions, but I also want to measure the BB/100 of each position when they go head to head.

So basically I need a filter that says "show me blind stats when it folds to the SB". I am not only interested in what happens when the SB VPIPs, I a am also interested in what happens when she folds.

How do I go on doing that?

Thanks
leviathan74
 
Posts: 84
Joined: Sun Sep 14, 2008 2:52 pm

Re: Help with setting up a Blind Vs Blind filter

Postby Flag_Hippo » Thu Sep 09, 2021 5:31 am

You can use this expression filter in 'My Reports' for hands where the SB is the first player 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 if you want to filter for different situations. You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters'. For a tournament report just substitute 'cash' with 'tourney'.
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Help with setting up a Blind Vs Blind filter

Postby leviathan74 » Thu Sep 09, 2021 6:33 am

Thanks, that's the expression filter I am already using, but since I want to know how much I am open folding in the SB, it's not exactly what I want.

Perhaps there's a filter for open folding that I can combine with the existing expression using OR?
leviathan74
 
Posts: 84
Joined: Sun Sep 14, 2008 2:52 pm

Re: Help with setting up a Blind Vs Blind filter

Postby Flag_Hippo » Thu Sep 09, 2021 11:55 am

Code: Select all
cash_hand_summary.str_actors_p LIKE '9%' OR cash_hand_summary.str_actors_p LIKE ''
Flag_Hippo
Moderator
 
Posts: 14441
Joined: Tue Jan 31, 2012 7:50 am

Re: Help with setting up a Blind Vs Blind filter

Postby leviathan74 » Thu Sep 09, 2021 12:24 pm

Fantastic, that's exactly what I was looking for, tyvm!
leviathan74
 
Posts: 84
Joined: Sun Sep 14, 2008 2:52 pm


Return to Custom Stats, Reports and HUD Profiles

Who is online

Users browsing this forum: No registered users and 23 guests

cron