Hello,
I'm trying to make a custom report for grouping my amount 'amount_won' through the first 5 characters of the table_name field.
I've made this stats: substring(holdem_table.table_name from 1 for 5)
The reason why is that the room I'm playing on proposes 2 type of games for cash game: turbo or not turbo. The room uses city names with a numeric suffix.
Example:
Turbo tables are named cityX1, cityX2, citX03, cityX4, etc.
Non Turbo tables are named townX1, townX2, townX3, townX4, etc.
So, if I want to know my results by table type, turbo or not, I have to sum on the truncated name of the table, as 'cityX' or 'townX'
The problem is when I launch the report, it says that amount_won must be in the group by clause. I don't understand what I have to do.
2nd problem : I don't understand in which sections I have to work, I'm not sure. Holdem Cash Hand, Holdem Cash Player, Cash Session, or Cash SessionS ?
Thanks for your help.
