Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 |
|
|
PDF · Mobi · ePub |
The STATLEN function returns the number of values in the current status list of a dimension or a dimension surrogate, or in a valueset.
INTEGER
STATLEN(dimension)
A text expression whose value is the name of a dimension, a dimension surrogate, or a valueset.
OLADM1921Example 8-110 Counting Months in Status
The following statement sends to the current outfile the number of months in the current status list of the month
dimension.
SHOW STATLEN(month)