missing has position pop up
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])
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])
