Try OpenEdge Now
skip to main content
Reporting
Understanding Reports : Report instances : Report Edit page
 

Report Edit page

The Report Edit page for each report is divided into three sections. While the content of each section varies by report type, certain fields appear on all Report Edit pages:
*The top section includes:
*Name — The name you assign to your report instance.
*Description — A brief description of the report instance.
*Resources — The resource or resources whose information is captured in the report instance.
*Output formats — The format in which you want the report output to appear. See Viewing report output for output format examples.
*Report format — The format (Hourly, Daily, Weekly, or Monthly) into which the report's data is arranged.
*The middle section includes:
*Report on one of the following: 15-minute intervals, hourly information, daily information,or weekly information — Indicates how the report output will be structured and is based upon the Report format you choose.
*Report Period — Indicates whether the report instance will cover a previous number of hours, days, weeks, or months or a specific period of days, weeks, or months. The format you select for the report determines the maximum number of periods that the report can include, as shown in the following table:
This report format . . .
Shows a maximum of . . .
Hourly
24 hours
Daily
31 days (7 days if you also select the Report on option)
Weekly
52 weeks
Monthly
48 months
*Time period within the day to include in the report — Indicates whether the report instance should cover a full day (24 hours) or a partial day.
*Display units — The units in which the data is presented. Options are per second, per minute, per hour, per transaction, per record, or as raw data.
*The bottom section includes:
*Environment — Any environment variables. Available environment variables depend on the type of report you are creating and your environment. For a list of environment variables available for your report, run the report with the Generate debug log file option selected. The debug log file lists all environment variables and, if applicable, their values. For more information about viewing environment variables in the debug log file, see the description for Generate debug log file.
*If the report's output will appear in HTML, you may want to set the GRAPH1COLUMNS or the fathomResourcesPerGraph variables. See Graphical output environment variables for more information about these two variables.
*Account information — The user name, group, and password (if you want to run the report as a user other than the AdminServer).
*Working directory — The OpenEdge Management working directory (if you do not want to use the default working directory).
*4GL client parameters — Any additional ABL client startup parameters.
*Generate debug log file — Indicates whether OpenEdge Management will create a trace file when it executes the report instance. Select the check box if you want to create debug log files; otherwise, leave the check box cleared. Creating a debug log file allows you to examine the report's environment variables. When you are viewing the debug log file, you see that lines beginning with env provide the names and values of applicable environment variables.
For a detailed explanation about environment variables, see the chapter on jobs in OpenEdge Management: Resource Monitoring.