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. |
ESS_FUNC_M EssMdxGetFormattedValue( ESS_MDX_QRYHDL_T hQry, ESS_MDX_CELLHDL_T hCell, ESS_PSTR_T pFmtVal);
Parameter | Type | Description |
---|---|---|
hQry | input | Input query handle |
hCell | input | Input cell handle |
pFmtVal | output | Formatted value of the cell |