|
CROSSTAB (Short Name: CRO)
|
|
|
CROSSTAB Command Arguments
| |
|
| |
|
Argument
|
Description
|
|
AVG
|
Computes the numeric average of CURRENCY, DOUBLE, NUMERIC, REAL, INTEGER, DATE, or TIME data types. R:BASE rounds averages of integer values to the nearest integer value and currency values to their nearest unit.
|
|
COUNT
|
Determines how many entries there are for a particular column item.
|
|
MAXIMUM
|
Selects the value in a column with the greatest numeric, time, date, or alphabetic value. For a TEXT data type, R:BASE evaluates the first eight characters.
|
|
MINIMUM
|
Selects the value in a column with the least numeric, time, date, or alphabetic value. For a TEXT data type, R:BASE evaluates the first eight characters.
|
|
SUM
|
Computes the numeric sum of CURRENCY, DOUBLE, REAL, NUMERIC, INTEGER, or data types.
|