Returns the name of SmartList (Text List) object associated with a cell when the cell type is ESSG_DT_SMARTLIST.
An Essbase database can have multiple TextList objects and members.
This API call lets you identify which TextList object a cell is associated with.
You do not have to free returned pointers, as this is managed by the API.
As the grid is stateless, names returned are valid until you perform an EssGEndOperation.
Syntax
ESS_FUNC_M EssGGetSmartlistforCell (hGrid, pData, *pSmartlistname)
Parameter | Data Type | Description |
---|---|---|
hGrid | ESSG_HGRID_T | Grid handle |
pData | ESSG_PDATA_T | Pointer to the cell ESSG_DATA_T structure of the cell. |
*pSmartlistname | ESSG_STR_T | Pointer to name of the TextList object the cell is associated with |
Return Value
0—If successful
Error number—If unsuccessful
See Also