EssMdxGetSmartlistforCell

Returns the name of the Smartlist object associated with a cell when the cell type is ESS_MDX_VALTYPE_SMARTLIST. An Essbase database can have multiple Smartlist objects and Smartlist members associated with these objects. This function identifies which Smartlist object a cell is associated with.

Note:

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

Syntax

ESS_FUNC_M EssMdxGetSmartlistforCell(
   ESS_MDX_QRYHDL_T    hQry,
   ESS_MDX_CELLHDL_T   hCell,
   ESS_PSTR_T          pSmartlist);
ParameterTypeDescription
hQryinputQuery handle
hCellinputCell handle
pSmartlistoutputName of the Smartlist object a cell is associated with