WhiteRider wrote:FWIW I'd suggest removing the position check from your columns and use the Hud Position property instead - that will save you a significant amount of work as you'd only need to build one stat per stack size rather than 6.
OK i just moved the position check from columns like this and filtered by positions in hud profile
formula(hands raised / hands) * 100
RFI
sum(if[tourney_hand_player_statistics.flg_p_first_raise AND
(tourney_hand_player_statistics.flg_p_open_opp) AND
(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 9 and 11, 1, 0])
Hands Played
sum(if[tourney_hand_player_statistics.id_hand > 0 AND
(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 9 and 11, 1, 0])
But the numbers in the mid and late positions are way to small i will upload the picture of the HUD what i am seeing. Like in the SB it should be like 60%????
Thanks