Would like to know if this is possible...
I created a query that determines if the board is paired (3 kind, etc..).
I created another query that determines hand strength when player raises/checkraises based on data in the board texture column, e.g. if bored is paired than 1 pair doesn't mean much.
If i put both functions in "Holdem Cash Hands" they both work flawless.
If i want to use them as a player statistic though on my hud, i have to put them in cash player statistics, right?
So i move both functions over to cash player statistics.
I wrap the hand strength query in a sum() expression, because it is actually summing all the different strengths. (i have a similar function to act as a denominator).
Now the problem is this, I cannot get the hand strength query to retrieve any info from the board texture column. It can only access the innate programmed data base fields.
Not other columns that give info on specific hands. When both statistics were in "Holdem Cash Hands" one column referencing another column worked fine - probably because they were
both data points on in individual cash hands. But now that one sums data over alll cash hands, and within its sum expression it references data on individual cash hands, it no longer works.
Only the innate database fields are accessible from within the sum expression, not other columns?
[just some extra info, when i reference one column from another, it inputs as VALID SQL, the error occurs when it actually tries to retrieve the data. I get a ton of red errors on the report screens whenever i try to display the statistic/column. Again, accessing one column from another within cash hands is working fine.]
Anyway around this?
