Count
Syntax
Count
Parameters
None.
Description
Used after a Field command to tally how many of the selected records have a non-blank value in that specific field.
Remarks
This command is used to create a summary count of non-blank fields, typically in a listing where you want to see how many items a person has (e.g., how many races in a series they completed). It follows each Field command that you want to include in the count. The total count is displayed at the end of the row.
Examples
To create a list showing which members completed which monthly meet and a total count of meets attended:
Field NAME
Field APRIL
Count
Field MAY
Count
Field JUNE
Count
...
* This will produce a final column "CT" (count)
* with the total number of non-blank "meet" fields.