Returns the specified cell's value.
To obtain the cell values in the cube formed from the axes in the query, use the following APIs:
ESS_FUNC_M EssMdxGetValue( ESS_MDX_CELLHDL_T hCell, ESS_PBOOL_T pbIsMissing, ESS_PBOOL_T pbNoAccess, ESS_PDOUBLE_T pdValue);
Parameter | Type | Description |
---|---|---|
hCell | input | Cell handle |
pbIsMissing | output | Whether cell value is #Missing |
pbNoAccess | output | Whether cell value is #NoAccess |
pdValue | output | The cell's value, if not #Missing |