Hello,
i'm working with calculations in dynamic tables. At the moment i achieved page wise totals and grad totals.
That works the way it suppose to. No i'm facing the problem that i need to calculate group totals by a specific
field in my table.
My table/form should look like this.
Page1:
ID Date Amount
1 ...... 10
Group total 10
2 ...... 10
2 ...... 30
2 ...... 30
Group total 70
Page total 80
Page2:
ID Date Amount
3 ...... 10
3 ...... 30
Group total 40
4 ...... 10
4 ...... 30
Group total 40
Page total 80
Grand total 160
Is it possible to realize this by script?
Maybe someone of you can help me a little or give me a hint. Thanks in advance!