Takes the MDX query specified by pszQry and returns a query handle.
ESS_FUNC_M EssMdxNewQuery( ESS_HCTX_T hCtx, ESS_STR_T pszQry, ESS_MDX_PQRYHDL_T phQry);
Parameter | Type | Description |
---|---|---|
hCtx | input | API context handle |
pszQry | input | Query text |
phQry | output | Query handle |
This function should be called first to create any MDX query. For example, you must call this function before calling EssMDXExecuteQuery.