by jscobie » Tue Nov 22, 2011 10:50 am
Is it possible to use the flg_f_threeoak in a statistic? Or similar?
Like
Column 1:
sum(if[ fl_f_threeoak AND holdem_hand_player_statistics.flg_f_check_raise), 1, 0
Column 2:
sum(if[ fl_f_threeoak), 1, 0
Stat
Column 1 / Column 2 * 100
Am I even on the right track here?