EssGBeginDrillOrLink() begins the operation of querying the links associated with one or more data cells in an Essbase database.
ESSG_FUNC_M EssGBeginDrillOrLink (hGrid, usCells, pDrillCells, ulOptions);
ESSG_HGRID_T | hGrid; |
ESSG_USHORT_T | usCells; |
ESSG_PRANGE_T | pDrillCells; |
ESSG_ULONG_T | ulOptions; |
hGrid | Grid handle returned by EssGNewGrid(). |
usCells | The number of cell ranges specified in pDrillCells. |
pDrillCells | Array of cell ranges to query for links. |
ulOptions | Option specifying whether to
return Zoom-In results if sent by the server.
Use: ESSG_OPT_ZOOM to return Zoom-In results. ESSG_OPT_NOZOOM to suppress Zoom-In results. |
If successful, returns ESSG_STS_NOERR.
Using the Grid API Functions
Grid API Structures
EssgBeginRemoveOnly()
EssGGetCellLinkResults()
EssGBeginDrillAcross()
EssGFreeCellLinkResults()
EssGGetCellLinkResults()