Skip to the content.

3.5. Totals

In many reports, we may need to show some total information: sum of the group, number of rows in the list, and many others. FastReport uses totals to perform this task. For the total, you need to indicate the following parameters:

The list of total functions is given below:

Function Description
Sum Calculates the sum of the expression.
Min Calculates the minimum value of the expression.
Max Calculates the maximum value of the expression.
Average Calculates the average value of the expression.
Count Returns the number of rows.

System Variables Top Page Expressions