Page 1 of 1

Filter on Position that act Preflop

PostPosted: Thu Jan 20, 2022 5:30 am
by Qwaserd
tourney_hand_summary.str_actors_p NOT LIKE '08%' and
tourney_hand_summary.str_actors_p NOT LIKE '01%' and
tourney_hand_summary.str_actors_p NOT LIKE '02%' and
tourney_hand_summary.str_actors_p NOT LIKE '03%' and
tourney_hand_summary.str_actors_p NOT LIKE '04%' and
tourney_hand_summary.str_actors_p NOT LIKE '05%' and
tourney_hand_summary.str_actors_p NOT LIKE '06%' and
tourney_hand_summary.str_actors_p NOT LIKE '07%'

I use the following expression filter, but I still get the BB as Call PF 2Bet and 3Bet PF actor should that not be excluded from the report ?

Re: Filter on Position that act Preflop

PostPosted: Thu Jan 20, 2022 5:53 am
by Qwaserd
Oh I miss understood the meaning of the example I saw. The string is actually the sequence of actors that either bet. raise or call :)

highfalutin