COPYFILTER

Copies a filter.

Syntax

COPYFILTER sourceApp sourceDb sourceFilter destApp destDb destFilter
ParameterDescription

sourceApp

Name of the application that includes the filter to copy.

sourceDb

Name of the database that includes the filter to copy.

sourceFilter

Name of the filter to copy.

destApp

Name of the application for the new filter.

destDb

Name for the database for the new filter.

destFilter

Name of the filter copy.

Example

COPYFILTER "FINANC95" "SALES95" "FILTER95" "FINANC96" "SALES96" "FILTER96";