Skip to content

Using Filters

Filters can be used to reduce the data set returned by the database, either by fetching less data or by skipping rows that should not be included in the report. The print engine will offload filters (or use filters for jumping into and out of an index find) if possible. If it is not possible, the result set will be processed in the print engine.

Filters can be added or removed at the integration level.