by yserman » Tue Jan 10, 2012 5:52 pm
Hi again.I know that the topic is old but anyway i think that it will be much better to write here and not to create new one.Especially because the subject of a problem is the same.
The problem is that I've reinstalled my computer os and poker tracker with it..Thats why all of custom stats made by me were gone.I tried to make new ones but It has turned out nothing...Please,can you explain once again to me what i'm doing wrong.
I'm trying to make won without showdown stat. I made 2 columns: first is - cnt_won_wo_sd: sum(if[not(holdem_hand_player_statistics.flg_showdown) and holdem_hand_player_statistics.flg_won_hand, 1, 0])
and the second one is - cnt_hands_wo_sd: sum(if[not(holdem_hand_player_statistics.flg_showdown) and holdem_hand_player_statistics.flg_vpip, 1, 0])
Then i made a tournament player stat by the formula- cnt_won_wo_sd / cnt_hands_wo_sd (i need only value not percentage that's why i do the formula is like this) and the format expression is /%.0f. But while the game is running poker tracker doesn't calculate that stat...0 value and nothing more.Please help me!