EssMdxNewQuery

Takes the MDX query specified by pszQry and returns a query handle.

Syntax

ESS_FUNC_M EssMdxNewQuery(
   ESS_HCTX_T          hCtx,
   ESS_STR_T           pszQry,
   ESS_MDX_PQRYHDL_T   phQry);
ParameterTypeDescription
hCtxinputAPI context handle
pszQryinputQuery text
phQryoutputQuery handle

Notes

This function should be called first to create any MDX query. For example, you must call this function before calling EssMDXExecuteQuery.