When have retainer agreements or other areas in your documents where you want to total the selected rows in a table.  This video shows you how.

This feature is similar to the Excel Sum feature.

The formula used in the video

Name: TotalRetainer

Formula Type: Number

Formula:

[name of selection list variable]|reduce: _result + [Column Name To Add].toInt(): 0

In our example, the formula looks like this.

Engagement.CaseOptions|reduce: _result + Cost.toInt(): 0