- Code: Select all
holdem_hand_summary.cnt_players
This validated correctly.
Now, I created a Statistic (in the statistics tab) called "score" and input this under Value Expression:
- Code: Select all
if (cnt_players < 7, 1, 0)
This validated correctly.
Now, in Table Tracker I added the new statistic and searched for a bunch of short handed and full ring tables. If this works correctly all players on short handed tables should receive a score of "1" and all players on full ring tables should receive a score of "0". For some reason it's not working though! When I scan for the tables I just get a error in the Table Detail window of each table, stating:
Unable to load query into report. Reason: Attempting to access a null pointer (class ResultSet
I don't get it. Why isn't this working and why am I getting this error? What am I missing here?
Thanks!
