Hi,
I made this stat:
http://rapidshare.com/files/177522805/p ... d.rar.html
WhideRider, can u check it plz? I think the stat is self explaining?! If not, ask.
Summary:
NOMINATOR IS:
sum( if[holdem_hand_player_statistics.flg_p_limp AND
holdem_hand_player_statistics.cnt_p_call > 1 AND
holdem_hand_player_statistics.cnt_p_raise = 0 AND
holdem_hand_player_statistics.flg_f_cbet_def_opp AND
holdem_hand_player_statistics.enum_f_cbet_action = 'F'
, 1, 0] )
DENOMINATOR IS:
sum( if[holdem_hand_player_statistics.flg_p_limp AND
holdem_hand_player_statistics.cnt_p_call > 1 AND
holdem_hand_player_statistics.cnt_p_raise = 0 AND
holdem_hand_player_statistics.flg_f_cbet_def_opp
, 1, 0] )
I tried to use sum (if[cnt_p_limp_call(my column) > 0 AND holdem_hand_player_statistics.flg_f_cbet_def_opp, 1 , 0]) instead of using the large statement again, but this "is no valid SQL". I dont know why, so I had to use it redundantly.
