Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The STATALL function indicates whether default status is currently in effect for a given dimension. That is, STATALL returns YES
when STATLIST would return ALL. Otherwise, STATALL returns NO
.
Return Value
BOOLEAN
Syntax
STATALL(dimension)
Arguments
A text expression whose value is the name of a dimension or dimension surrogate.
Notes
STATALL Compared to STATLIST
STATALL provides an alternative to running theSTATLIST program in order to determine whether or not the status of a specified dimension is ALL.
Examples