Oracle® OLAP DML Reference 10g Release 2 (10.2) Part Number B14346-01 |
|
|
View PDF |
The POP command restores the status of a dimension (including the NAME dimension), the status of a valueset, or the value of an option or single-cell variable that was saved with a previous PUSH statement.
PUSH and POP are commonly used within a program to make changes to options and dimension status that apply only during the program's execution. Afterward, the options and status are the same as they were before the execution of the program.
Syntax
POP name1 [nameN]
Arguments
The name of a dimension, valueset, variable, or option that was specified in a previous PUSH statement, whose saved value you want to restore.
Examples
For an example of using POP, see Example 19-44, "Saving and Restoring Values".