Ok, I successfully created a custom stat to calculate the number of FTP's earned. However, the problem I face is this, if I created this particular stat under "Holdem Cash Player Statistics", there is no problem. I can add it to the General->Player Stats and it shows up fine. The SQL query I am using for starters is the following
sum(if[id_site = 300, holdem_hand_summary.amt_rake,0])
As FTP points are awarded to each person at the table equal to the rake taken from the pot (up to a certain maximum, but keeping it simple to start with).
Now, if I try and create the same stat in "Holdem Cash Sessions" (so I can then add it to Player Summary table), again I use the same query and it is returned as valid. However, when I try and add the stat to the table, I get a unable to execute query............
Am I been very thick here, is there some reason why I can't have the stat in the Player Summary Table, as in my opinion that is where it should belong along side rakeback etc (which I already have thanks to repository stats).
