Skip to main content
Topic: How to make a running total over all records displayed (Read 1182 times) previous topic - next topic

How to make a running total over all records displayed

Hi,

I tried everything from custom field (which does not work for linked tables).

Please assist.

Thanks.

 

Re: How to make a running total over all records displayed

Reply #1
@kleinerr‍ this is how to use the custom field(https://www.youtube.com/watch?v=Xz_hk7-VWWM) in your case you would be using the MySQL sum() function(http://www.mysqltutorial.org/mysql-sum/) to sum two columns and display on your custom field. To do a sum of some fields displayed on the table(i.e sum total) and display result below the table, please use the FieldFooterExpression, check below for images.