My issue seems so simple and I found hints at how to do it in a few forum threads but I can't make it work.
I have a table (Player_Table) is populated by a function read_players. It lists the players names and the 'amount' they have paid. The table works fine. I want to place a TOTAL (sum of the column 'amount') at the bottom of the table but I can't figure out how to do it (or at least make it work).
I saw something about sum(model.field):model2.sumvalue but I can't figure out where I am supposed to place it (view:field?)
thanx for a push in the right direction.
I have a table (Player_Table) is populated by a function read_players. It lists the players names and the 'amount' they have paid. The table works fine. I want to place a TOTAL (sum of the column 'amount') at the bottom of the table but I can't figure out how to do it (or at least make it work).
I saw something about sum(model.field):model2.sumvalue but I can't figure out where I am supposed to place it (view:field?)
thanx for a push in the right direction.