I'm trying to calculate the CPR-value (from Kill Phil) and for that the formula would be bb+sb + (ante * number of players).
For the number of players, I'm trying to use "live_tourney_table.cnt_players" on the stat definition but validate says it's invalid, but if you have that information on the database, it should be easy to enable its use for stats also, right? So could you do that, or is there any other way to determine the number of players that were on the table on the previous hand? I understand that it is prolly impossible to determine the number of players on the current hand, but for this purpose it would be enough to use the number of players at the previous hand as in MTTs that wouldn't change in most hands.
Also live_sb and live_ante seem to be missing, any chance of having those enabled for stat value expression use? Well, sb can be approximated as 0.5 * BB so that's not that critical, but ante would be good to have available.
