i created the first in success stat and saw flop in 3-bet pots , i made the value expressions after correctly i believe , they are validated , i think i may did a mistake with
the saw flop at 3-bet pot stat , i think it may saw now times i saw flop on preflop all ins etc...
this is the column: sum(if[(cash_hand_player_statistics.flg_p_3bet_def_opp) and cash_hand_player_statistics.flg_f_saw, 1, 0]) is it correct? pt4 validated it
also this is how i set the value expression for the first in raise success stat: (cnt_p_first_raise_success / cnt_p_first_raise) * 100
first raise success was the expression kraada gave me and first raise was an in built column , is it correct?
Lastly i dont know if i should create new column for *saw flop in non-3bet pots* i saw you put - instead
Would this value expression work? (cnt_f_saw - cnt_f_saw_3bet_pot) , cnt_f_saw_3bet_pot is my own column with the expression i wrote above.
Really sorry for bothering you more with questions , thats why im asking if there is a specific forum for this , im total noob with languages and programming