GetCellProperties method: AnalyticModel class

Syntax

GetCellProperties(CubeName, &Node)

Description

Use the GetCellProperties method to get information about a cell.

Parameters

Parameter Description

CubeName

Specify the name of the cube that contains the cell you want information about.

&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.

Returns

An array of string.

The four strings returned in the array are:

  1. Cell type. Values are “Aggregate” or “Detail”

  2. User function.

  3. Dimension for aggregation, the dimension name.

  4. Aggregation reason. Values are: “Dimension Level Override”, “Member Level Override”, “Cube Dimension Level Override”, “None.”

Related Topics