EssSetFilterRow
Description
EssSetFilterRow() sets the next row of a filter.
Syntax
ESS_FUNC_M EssSetFilterRow (hCtx, RowString, Access);
ESS_HCTX_T | hCtx |
ESS_STR_T | RowString |
ESS_ACCESS_T | Access |
Parameters
hCtx | Essbase API context handle. |
RowString | Pointer to the next row of the filter.
|
Access | Access level for the filter row.
|
Return Value
None.
Notes
- This function should be called repeatedly after calling EssSetFilter(),
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 EssSetFilter().
See Also
EssListFilters()
EssSetFilter()