| Oracle® OLAP DML Reference 11g Release 2 (11.2) Part Number E17122-07 | 
 | 
| 
 | PDF · Mobi · ePub | 
The ISEMPTY function identifies if a variable or one or more of its partitions has values.
BOOLEAN
FALSE when the specified variable or partitions have values; TRUE when they are empty.
ISEMPTY( variable [(PARTITION partition [,PARTITION partition]...)])
The name of the variable to check for values.
The name of one or more partitions of variable, separated by commas, to check for values.