EsbPartitionGetAreaCellCount() returns the number of cells in the specified slice string.
EsbPartitionGetAreaCellCount (hCtx, pszSlice, pdCount)
ByVal hCtx As Long ByVal pszSlice As String pdCount As Double
hCtx | Essbase API context handle. |
pszSlice | Input slice definition to be checked. |
pdCount | Returns number of cells here. |
Returns zero if successful; error code if unsuccessful.
Public Sub ESB_PartitionGetAreaCellItems() Dim Slice As String Dim CellItems As Double Slice = "@Idescendants(Market)" sts = EsbPartitionGetAreaCellCount(hCtx, Slice, CellItems) If sts = 0 Then MsgBox Items End Sub
Constant and Structure Definitions for
Partitions
EsbPartitionApplyOtlChangeFile()
EsbPartitionGetList()
EsbPartitionGetOtlChanges()
EsbPartitionGetReplCells()
EsbPartitionPurgeOtlChangeFile()
EsbPartitionPutReplCells()
EsbPartitionResetOtlChangeTime()