Previous Topic: Organize a Report by Resource Using an ID OptionNext Topic: Specify Variables


Organize by Date, Time, or Both and Resource

You can specify both an ID option and either the DATETIME, DATE, TIME, or DAY operand to create a more detailed tabular report.

The following commands generate a report organized by both time and transaction. The FOR operand limits the report to the five most active transactions during each interval.

TAB TIME TRANID FOR 5,
    TRAN USE  AND,
    TERM RESP AND,
    DATASET USE
   EACH HOUR
   FROM 12/08/08 12:00:00
   TO   12/08/08 15:00:00
END
RUN

More information:

FOR Operand-Limit the Identifiers Included in a Report