Count
This function can be used to return the number of instances of a given repeated item.
«ForEach(Child)»
«Child_Name»
«End()»Number of children:
«count(Child)»
Conditions may be added to the «Count»
command, as illustrated below:
«ForEach(Child)»
, (Age
«Child_Name»«Age»
)
«End()»
Number of children 12 years or older:
«Count(Child[Age >= 12])»