DrillIntoNode method: CubeCollection class
Syntax
DrillIntoNode(DimName, &Node)
Description
Use the DrillIntoNode method to display more data for the specified node and dimension. This is very similar to expanding, except that when you expand a node, the top level (node) is still present. When you drill into a node, the top level or levels are no longer displayed.
Parameters
| Parameter | Description |
|---|---|
|
DimName |
Specify the name of the dimension that contains the node that you want to drill into. |
|
&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:
|
Returns
None.
Related Topics