Previous Topic: Write Multiple ReportsNext Topic: Create Multiple Tailored Reports


Tailor Reports Using Secondary Commands

You can include specific information in your reports, such as shift information, by using secondary commands.

To tailor a report, insert the secondary commands before the END command of the report.

Example: Add a Shift to Your Report

The following example adds the SHIFT command to include only the hours from 8:00 a.m. to noon in the graph report.

GRAF variable
SHIFT 08:00:00 12:00:00
END

PLOT variable
END
RUN

In this example, because the SHIFT command is not used with the PLOT command, the resulting plot report covers all 24 hours. To apply the same time restrictions to the plot report as you do to the graph report, include the SHIFT command with the PLOT command.