Skip to main content

Hi all,

 

I have an editable list view where i add records and want a running Total for one column (Cost)

 

I add a text box to the list view and added an expression List Sum (Cost Data Label)

 

However it will only update that text box when i click the add row button, i need it to do a total as soon as a value has been populated into the Cost column for all rows with that Column.

 

Any ideas?

 

Thanks,

had another look at this today, the list sum expression only updates after you click add new row.

 

If the user does not want to add another row, how am i supossed to get a total?


Sum add will work on the change event so as soon as you save,add new row etc Sum column will be updated.


Hi,

 

Thanks for the suggestion, but i want it to save the record automatically.

 

When the user enters a figure in column 4, i have a rule that set an expression on column 6. -I want it then to add a row automatically.

 

I tried this with rules, but the form just hangs, presumably its adding multiple rows


Reply