I want to create stat that shows RFI buy posision and stack size so i need to create two new columns for that.
Formula (Number of hands the player raised first in pre flop. Position and stack Depth / Number of hands player was dealt cards. Position and stack Depth)*100
So i tried to create first colum for example RFI EP 9-11BBs deep
sum(if[tourney_hand_player_statistics.flg_p_first_raise AND
lookup_positions.flg_ep AND
(tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 9 and 11, 1, 0])
something is wrong with it because when i try to validate it's not working i works without the position but when i added messed something up ....
How many position are there in FR is it ep, mp, cut, but, sb ,bb ?
Thanks