Oracle® OLAP DML Reference 11g Release 1 (11.1) Part Number B28126-01 |
|
|
View PDF |
The STATEQUAL function compares the status lists of a dimension.
Return Value
BOOLEAN
Syntax
STATEQUAL (statlist1, statlist2 [INORDER])
Arguments
The status list of a dimension as specified using the name of the dimension, a valueset dimensioned by the dimension; or a LIMIT or SORT function for the dimension.
The status list of the same dimension as that specfied by statlist1. You can specify statlist2 using the name of the dimension, a valueset dimensioned by the dimension; or a LIMIT or SORT function for the dimension.
Specifies that the values must be in the same order.