Search Operator Values

Methods in the report manager definition and report search manager classes enable you to search for existing definitions. Many of the parameters for these methods should be specified in pairs, that is, a value specified with a search operator. All the search operator parameters use the same values.

Value

Description

%PSXP_SrchBegins

The name to search for begins with the specified value.

%PSXP_SrchContains

The name to search for contains the specified value.

%PSXP_SrchEquals

The name to search for equals the specified value.

%PSXP_SrchNotEquals

The name to search for does not equal the specified value.

%PSXP_SrchLessThan

The name to search for is less than the specified value.

%PSXP_SrchLessEquals

The name to search for is less than or equal to the specified value.

%PSXP_SrchGreaterThan

The name to search for is greater than the specified value.

%PSXP_SrchGreaterEquals

The name to search for is greater than or equal to the specified value.

%PSXP_SrchBetween

The name to search for is between two values. Separate the values by a comma. Do not use quotation marks. For example, ACCT1,ACCT9.

%PSXP_SrchIn

The name to search for is in the specified list. Separate the values with commas. Do not use quotation marks. For example, ACCT1, ACCT2, ACCT3.