Skip to main content
A newer version of this page is available. .

Filter Document Data

  • 2 minutes to read

This document describes how to filter dynamic data within a Snap document.

The document consists of the following sections.

Filter Data on the Design Surface

To improve performance, the Snap Design Surface displays only the first 20 data rows while the document layout is being designed. To change the number of data rows displayed, specify the Editor Row Limit option, which is located in the List tab of the main toolbar.

SnapControl-get-started-10

This setting does not affect the final document.

Filter Data at the Data Source Level

Filtering data at the data source level is useful when dealing with large data sources because it reduces data retrieval time, and thus speeds up document generation.

To filter data at the data source level, use the Query Builder.

query-designer-filter-editor

Filter Snap List Data

To select which data records to include into the document, click the Quick Filter command in the Field tab of the contextual Data Tools toolbar category. In the invoked drop-down menu, select the required records and click OK to apply filtering.

snap-quick-filter

To specify the filtering criteria for Snap list data, do the following.

  1. Place the text cursor inside the Snap list that you wish to filter and click the Filter command in the List tab of the contextual Data Tools toolbar category.

    snap-filter-command

  2. In the invoked FilterString Editor, construct the required filter expression and click OK to apply filtering.

    snap-filter-string-editor

Filter Mail Merge Document Data

Filtering a mail merge document defines which data entries will appear as pages of the final document.

To filter a mail merge document, do the following.

  1. Switch to the Mail Merge tab of the contextual Data Tools toolbar category, and click the Filter command.

    snap-mail-merge-filter-command

  2. In the invoked FilterString Editor, construct the required expression and click OK to apply filtering.

    snap-mail-merge-filter-string-editor

  3. To view the result, click the Finish & Merge button in the Mail Merge tab of the contextual Data Tools toolbar category, and select Print Preview… in the drop-down menu. In the invoked Export Range dialog, select All records and click OK.

    snap-mail-merge-print-preview

    The following image illustrates a print preview for a filtered mail merge document.

    snap-mail-merge-filter-preview

See Also