CollapseNode method: CubeCollection class

Syntax

CollapseNode(DimName, &Node)

Description

Use the CollapseNode method to collapse a node in the dimension specified by DimName.

Parameters

Parameter Description

DimName

Specify the name of the dimension that contains the node you want to collapse.

&Node

Specify an already instantiated array of array of string (a two-dimensional array of string) containing name-value pairs of the node name and the node detail. For example:

PRODUCTS     Fax Modem
REGION       East

Returns

None.