Report Designer Reference Manual

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)