EssVerifyFilterRow
Description
EssVerifyFilterRow() verifies the syntax of a single filter
row strings against a specified database.
Syntax
ESS_FUNC_M EssVerifyFilterRow (hCtx, RowString);
ESS_HCTX_T | hCtx |
ESS_STR_T | RowString |
Parameters
hCtx | Essbase API context handle. |
RowString | Filter row string. |
Return Value
None.
Notes
- This function should be called repeatedly after calling EssVerifyFilter(),
once for each row of the filter, terminating the row list with
a NULL row string pointer.
Access
This function requires the caller to have database Design privilege
(ESS_PRIV_DBDESIGN) for the specified database.
Example
See the example of EssVerifyFilter().
See Also
EssGetFilter()
EssVerifyFilter()