Edit Content
Click on the Edit Content button to edit/add the content.

The Count Function

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)»
«Child_Name»
, (Age «Age»)
«End()»

Number of children 12 years or older: «Count(Child[Age >= 12])»

Table of Contents