kraada wrote:No, and it's my understanding that changing this is very technically complicated and thus won't be happening anytime in the near future.
How about this which will cause a the stat to show 0.51% less than it's ture value. 10% will be 9.949%.
colums
cnt_pfr1
sum(if[cash_hand_player_statistics.cnt_p_raise > 0, 0.9949, 0])
The colum below is just a clone of the normal one renamed
cnt_pfr1_opp
sum(if[lookup_actions_p.action LIKE '__%' OR (lookup_actions_p.action LIKE '_' AND cash_hand_player_statistics.amt_p_raise_facing < (cash_hand_player_statistics.amt_before - (cash_hand_player_statistics.amt_blind + cash_hand_player_statistics.amt_ante))), 1, 0])
The stat.
(cnt_pfr1 / cnt_pfr1_opp) * 100
Caps at 99 shows sample size on mouse over can be color coded, and filtered for postion in the hud.