Given a connection information string, and an Extended Member Comment string, initializes a drill-through handle, and starts the Drill-Through Wizard.
Syntax
ESS_FUNC_M EssDTOpen (pDTInst, pEMC, ulCount, pConnection);
Parameter | Data Type | Description |
---|---|---|
pDTInst; | ESS_PDTHINST_T | Pointer to a drill-through initialization structure |
pEMC; | ESS_PSTR_T | Extended Member Comment |
ulCount; | ESS_ULONG_T | Number of Extended Member Comment blocks |
pConnection; | ESS_PSTR_T | Connection information |
Notes
EssDTOpen initializes pDTInst.
Given an outline, and a data cell selection, pConnection (the connection information string) and pEMC (the extended member comment string) are obtained from Essbase.
See Also