Sum records

Hi I created a form with multiple records quisera I do know how to add up the totals in each line (SumTotal) over the previous
I have fields
{uni}, {all}, {SumTotal}

thanks

Hello.
Programming => PHP Methods:
{SumTotal} = {uni} + {all};
Now you can use it in your Ajax events [All fields]:
SumTotal();

I sum the total in itself, not the sum total of the column.
I show an example

I would like the Accumulated Total out the sum of the previous.
The example would be hoarded 24 1st line, 2nd line 47, line 60 … 3rd

thanks

FORM.jpg

I sum the total in itself, not the sum total of the column.
I show an example

I would like the Accumulated Total out the sum of the previous.
The example would be hoarded 24 1st line, 2nd line 47, line 60 … 3rd

thanks

FORM.jpg

Ok. use grid with group by then go to Totals and tick the fields as required.

Worst with a grid you can not insert records