Page 1 of 1

missing has position pop up

PostPosted: Tue Jun 20, 2023 12:05 pm
by griffith_white
So i made a stat how often is player folding to bet check bet line and it works just fine but for some reason I dont have "has position" pop up in stat setting so I can specify is player in position or out of position. I am not sure what should I set to bring it back because my both columnes return in test in position and out of position situations.
Here is the stat
sum(if[cash_hand_player_statistics.enum_f_cbet_action='C' AND lookup_actions_t.action = 'X' AND char_length(cash_hand_summary.str_aggressors_p) = 2
AND cash_hand_player_statistics.amt_r_bet_facing > 0 AND lookup_actions_r.action SIMILAR TO '(F|XF)%', 1, 0])

Re: missing has position pop up

PostPosted: Wed Jun 21, 2023 4:06 am
by Flag_Hippo
You need to set a category for the street you want on the 'Details' tab of your statistic.

Re: missing has position pop up

PostPosted: Wed Jun 21, 2023 5:15 pm
by griffith_white
That was it thx Hippo