I am new to PT3 and I'm trying to use the custom stats feature. I want to know how many hands went to showdown when a player has raised the preflop. The custom column I add to Player statistics is:
- Code: Select all
name: cnt_hnd_p_raise
exp: sum( if[ holdem_hand_player_statistics.cnt_p_raise > 0 , 1, 0])
there is no problem here. I also add successfully in the Statistics tab:
- Code: Select all
name: Hands Raised
exp: cnt_hnd_p_raise
I want to see the results of the new statistics I add, I create a report with one column playername and another column with total hands played and a third column as my newly created statistics "Hands Raised". However when I run the report only the first two columns appear and the third column is not there. I have tried restarting PT3, housekeeping on database. I have also created a couple of other custom stats the same way, the result is the same. The columns won't appear in any table/report.
I don't know what I'm doing wrong. Maybe it is my illiteracy about this program.
Thanks for the help.
