To calculate the Summary you can specify the value of a single field per each record as an argument.
For example:
```
=SUM([Amount])
In the example, the `SUM` summary function calculates the sum of all the `Amount` field values in the table.