GETMEMBERS

Returns a list of members from the currently selected database.

Syntax

GETMEMBERS [mbrString]
ParameterDescription

mbrString

Optional. Dimension or member name. If specified, returns children of named dimension or member. The default is NULL, which returns a list of dimensions in the database.

Example

To return a list of the database dimension names:

GETMEMBERS ;

To return a list of the children of Product:

GETMEMBERS "Product";

To return a list of the children of Qtr1:

GETMEMBERS "Qtr1";