Page 1 of 1

3 way filter BBvsBU

PostPosted: Mon Sep 02, 2024 9:31 am
by lorenayara
Hello, I would like some help formulating a filter:

3 handed
Hero is on BB

ACTIONS:
BU LIMP
SB FOLD
BB ANY ACTION

Re: 3 way filter BBvsBU

PostPosted: Tue Sep 03, 2024 5:22 am
by Flag_Hippo
There isn't a simple filter you can use for the position of limpers/callers but you can do this in a custom report with an expression filter like this:

Code: Select all
cash_hand_summary.str_aggressors_p NOT LIKE '80%' and cash_hand_summary.str_actors_p SIMILAR TO '(0|08%)'

You can use this expression filter by clicking on the 'Filters' link and selecting 'Add New Expression Filters' (substitute 'cash' with 'tourney' 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.

Re: 3 way filter BBvsBU

PostPosted: Thu Sep 05, 2024 9:32 am
by lorenayara
I understand. But what I really needed was a filter and not an expression, because I would like to add other situations along with this one and being an expression I end up being a little limited. But anyway, I appreciate it. In time, if the filters I need to add to create such situations are not too difficult to explain, I accept the help. Thank you very much, hugs.

highfalutin