EssMdxGetFormatString

Returns the formatted value of the given cell.

Note:

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

Syntax

ESS_FUNC_M EssMdxGetFormatString(
   ESS_MDX_QRYHDL_T    hQry,
   ESS_MDX_CELLHDL_T   hCell,
   ESS_PSTR_T          pFmtStr);
ParameterTypeDescription
hQryinputQuery handle
hCellinputCell handle
pFmtStroutputFormat string for the given cell

See Also

EssMdxGetFormattedValue