Filtering
The Document handles the collection of filtering schemes. Each filtering scheme contains as many filter collections as there are tables. Consequently the scope of a filtering scheme is the whole data set.
A filter collection contains filters for a given table. Each filter defines a row selection, and the filter collection combines the selected rows to a resulting set of rows.
There are several filter types: range filter , item filter, text filter and so forth. All non-hierarchy column filters can can easily be converted to another filter type, while hierarchy filters are always tied to a hierarchy column.
Related API Documentation
Code Example
|