EssGBeginDrillOrLink

Begins the operation of querying the links associated with one or more data cells in an Essbase database.

Syntax

ESSG_FUNC_M EssGBeginDrillOrLink (hGrid, usCells, pDrillCells, 
ulOptions);
ParameterData TypeDescription

hGrid;

ESSG_HGRID_T

Grid handle returned by EssGNewGrid().

usCells;

ESSG_USHORT_T

The number of cell ranges in the array of ranges specified in pDrillCells.

pDrillCells;

ESSG_RANGE_T

Array of cell ranges to query for links.

ulOptions;

ESSG_ULONG_T

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.

Return Value

If successful, returns ESSG_STS_NOERR.

See Also