Hi, I want to know the % that a player shoves preflop
In Holdem Tournmanet Player Statistics I created the column cnt_p_allin as:
sum( if[ tourney_holdem_hand_player_statistics.enum_allin = 'P',1,0])
And the Statistic Allin Preflop as:
(cnt_p_allin / cnt_hands) * 100
I updated the cache, added the stat to the HUD and played a couple of S&Gs on Titan. Players did shove preflop but this never updated on the HUD.
What am I doing wrong?
I have another stat which is not working as well, but maybe I can fix that myself once I understand the problem here.
Thanks
