Hello need some help please! I have been researching the forum here for the past few hours but couldn't figure it out the right Value Expression to put in my new stat, i wanted to make a stat for RFI (not all-in) for specifics stacks sizes.
This is what i have so far for 15-20bb range:
Column 1 : cnt_p_rfi_between_15_and_20
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 15 and 20, 1, 0])
Column 2 : cnt_p_open_opp_between_15_and_20
sum(if[tourney_hand_player_statistics.flg_p_open_opp and (tourney_hand_player_statistics.amt_p_effective_stack / tourney_blinds.amt_bb) BETWEEN 15 and 20, 1, 0])
Column 3 : rfi_nallin
tourney_hand_player_statistics.amt_p_raise_made < (tourney_hand_player_statistics.amt_before * 0.8)
Then on the Value Expression for the new stat i have no idea on how to write all the 3 Columns togheter, could someone please tell me exactly how it would look like? what i have is ((cnt_p_rfi_between_15_and_20 - cnt_p_open_opp_between_15_and_20) / (rfi_nallin)), but it doesn't work
Thank you
