EssMdxGetValue

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:

Syntax

ESS_FUNC_M EssMdxGetValue(
   ESS_MDX_CELLHDL_T   hCell,
   ESS_PBOOL_T         pbIsMissing,
   ESS_PBOOL_T         pbNoAccess,
   ESS_PDOUBLE_T       pdValue);
ParameterTypeDescription
hCellinputCell handle
pbIsMissingoutputWhether cell value is #Missing
pbNoAccessoutputWhether cell value is #NoAccess
pdValueoutputThe cell's value, if not #Missing