Returns the cell at the intersection of the specified tuple indices.
To obtain the cell values in the cube formed from the axes in the query, use the following APIs:
ESS_FUNC_M EssMdxGetCellAtIndices( ESS_MDX_QRYHDL_T hQry, ESS_PULONG_T pulIndices, ESS_MDX_PCELLHDL_T phCell);
Parameter | Type | Description |
---|---|---|
hQry | input | Query handle |
pulIndices | input | Tuple indices, one for each axis |
phCell | output | Cell handle |