Counting Values With Count()

combit List & Label Designer

combit List & Label

Counting Values With Count()

The "Count()" function counts the number of values of the first argument.

The first parameter specifies the values to be counted. The (optional) second parameter specifies whether the values used for the calculation are to be deleted after outputting.

Examples:

Count (Order_Details.ProductID)        

Count (1)