CSE User's Manual

California Simulation Engine

4.52 REPORTCOL

Each REPORTCOL defines a single column of a User Defined Table (UDT) report. REPORTCOLs are not used with report types other than UDT.

Use as many REPORTCOLs as there are values to be shown in each row of the user-defined report. The values will appear in columns, ordered from left to right in the order defined. Be sure to include any necessary values to identify the row, such as the day of month, hour of day, etc. CSE supplies NO columns automatically.

colName

Name of REPORTCOL.

UnitsLegal RangeDefaultRequiredVariability
63 charactersnoneNoconstant

colReport=rpName

Name of report to which current report column belongs. If REPORTCOL is given within a REPORT object, then colReport defaults to that report.

UnitsLegal RangeDefaultRequiredVariability
name of a REPORTcurrent report, if anyUnless in a REPORTconstant

colVal=expression

Value to show in this column of report.

UnitsLegal RangeDefaultRequiredVariability
any numeric or string expressionnoneYessubhour /end interval

colHead=string

Text used for column head.

UnitsLegal RangeDefaultRequiredVariability
colName or blankNoconstant

colGap=int

Space between (to left of) column, in character positions. Allows you to space columns unequally, to emphasize relations among columns or to improve readability. If the total of the colGaps and colWids in the report’s REPORTCOLs is substantially less than the REPORT’s rpCPL (characters per line, see REPORT), CSE will insert additional spaces between columns. To suppress these spaces, use a smaller rpCPL or use rpCPL = -1.

UnitsLegal RangeDefaultRequiredVariability
x \(\ge\) 01Noconstant

colWid=int

Column width.

UnitsLegal RangeDefaultRequiredVariability
x \(\ge\) 010Noconstant

colDec=int

Number of digits after decimal point.

UnitsLegal RangeDefaultRequiredVariability
x \(\ge\) 0flexible formatNoconstant

colJust=choice

Specifies positioning of data within column:

LeftLeft justified
RightRight justified

endReportCol

Optionally indicates the end of the report column definition. Alternatively, the end of the report column definition can be indicated by END or by beginning another REPORTCOL or other object.

UnitsLegal RangeDefaultRequiredVariability
noneNoconstant

Related Probes: