Returns the hint numbers of all query hints in the outline.
Syntax
ESS_FUNC_M EssOtlGetNumQueryHints (hOutline, pNumHints);
Parameter | Data Type | Description |
---|---|---|
hOutline | ESS_HOUTLINE_T | Outline context handle (input). |
pNumHints | ESS_PSHORT_T | Pointer to an array of query hint numbers (output). |
Notes
Query hints enable you to influence normal view selection by informing Essbase about the profile of common queries.
This function is applicable only to Release 9.3 or higher aggregate storage databases.
Return Value
Returns 0 if successful.
Example
See EssOtlSetQueryHint.
See Also