COUNT |
![]() ![]() ![]() |
The COUNT verb reports the number of records meeting specified criteria.
COUNT {DICT} file.name {USING {DICT} file.name} {record.id...} {FROM select.list.no}
Example
COUNT INVOICES WITH NO PAYMENT.DATE
This command counts records on the INVOICES file for which the PAYMENT.DATE field is null. This might be a valid means of identifying unpaid invoices. |