Displaying Report Data
Reporting, at the simplest level, retrieves field values from a data source and displays those values. There are three ways to do this:
- List each field value (PRINT and LIST commands).
- Add all the values and display the sum (SUM command).
- Count all the values and display the quantity (COUNT command).
Subtopics