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:
-
Cell type. Values are “Aggregate” or “Detail”
-
User function.
-
Dimension for aggregation, the dimension name.
-
Aggregation reason. Values are: “Dimension Level Override”, “Member Level Override”, “Cube Dimension Level Override”, “None.”
Related Topics