Add a running total
Running totals allow you to aggregate values of record fields in your project by adding a
field with the type RUNNING_TOTAL
.
When the report is run, the running total's function is used to return and present information on
the aggregate values of your project. The RUNNING_TOTAL
field acts similar to an
Aggregate
field, however a RUNNING_TOTAL
field additionally allows
you to name the field in the data source and control when to evaluate and reset the value.
Note:
Running totals are currently available in reports created with C# and Java.
To add a running total to your report:
When run, the report returns the aggregate values.