Sub-operation between field or repeating group

A total field for each record is the currently popular way to do this.

If you want to try the Toolbox’s “List Item Expression”:

field("Quantity") * field("Price") * field("Tax%") / 100

This will give a list of totals which you can then :sum.

2 Likes