EssMdxGetFormattedValue

Returns the formatted value of the given cell.

Note:

Returns formatted values only if the cell property option ESS_MDX_CELLPROP_FORMATTED_VALUE is set using EssMdxSetQueryCellProperties.

Syntax

ESS_FUNC_M EssMdxGetFormattedValue(
   ESS_MDX_QRYHDL_T    hQry,
   ESS_MDX_CELLHDL_T   hCell,
   ESS_PSTR_T          pFmtVal);
ParameterTypeDescription
hQryinputInput query handle
hCellinputInput cell handle
pFmtValoutputFormatted value of the cell

See Also

EssMdxGetFormatString