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. |
ESS_FUNC_M EssMdxGetSmartlistforCell( ESS_MDX_QRYHDL_T hQry, ESS_MDX_CELLHDL_T hCell, ESS_PSTR_T pSmartlist);
Parameter | Type | Description |
---|---|---|
hQry | input | Query handle |
hCell | input | Cell handle |
pSmartlist | output | Name of the Smartlist object a cell is associated with |