summary in "table view"-form

Hello everybody

I have a little problem and I hope someone could give me a hint or an total answer.

I hove a very simple form as a table view (locked). The dataSource is a simple table. In this form, there are some character-fields and some numeric one. The numeric ones shout now be summed in a summery-line at the end of the table view. I tried a lot, but I was always unsuccessful!

How can I achieve this?

Thanks for your answers.

MIKE

First you have to create an aggregation. You can do that on the tab “Aggregations” at the bottom of your table properties:

[attachment=0]aggregations.png[/attachment]
Then you have to add a footer part to your form, that can be done in the “Parts” tab on the bottom of your form.

Finally you add the new aggregation field to your form and place it in your footer part. Done! :)