Repeating Section Properties

Description

If a data control has been placed in a Repeating Section, these settings can be used to specify the column heading for the field and optionally compute summary values for the field.

Repeating section heading

The heading shown for the field in the Repeating Section. By default, the field label is used.

<FieldLabel>

Compute summary values

If enabled, summary values will be computed for the field in the Repeating Section. The following values will be computed for the column:

  • count
  • total
  • average
  • first
  • last
  • minimum
  • maximum
  • standardDeviation
  • variance
images/summaryFields.png

Summary values can be referenced in client-side computations. For example, the summary total for a field called 'Subtotal' in the Repeating Section could be used to define the Calculated field expression for a text box to display the total for items in an order:

summary.SUBTOTAL.total
images/total.png