IMWC
Back to current versionRestore this version

MAINTAIN WHERE CLAUSES#

The Maintain Where Clauses (IMWC) form allows you to create and edit Where Clauses within the system. It is used to filter data on forms, approval processes, LOV’s and people lists.

In order to use Where Clauses, you should be familiar with SQL.

This field indicates the data source that the Where Clause will be attached. (Mandatory)

e.g. The Positions table used for an LOV that the Where Clause will then filter.
Where Clause
This field identifies the Where Clause.
Usage
This field will indicate if the Where Clause is Pre-loaded (system provided), User Defined or Obsolete.
Description
This field provides a short description of the Where Clause.
Type
This field categorizes the Where Clause into a specific type.
Predefined
Some 'pre-loaded' where clauses contain predefined java logic, these predefined logic codes are specified in this field. This field is not used with user-defined where clauses.
Column Name
This field allows you to define the filters to be used with the Where Clause. You may use more than one filter on a Where Clause. If you do use multiple filter statements, they are joined by ‘and’ in the statement.
e.g. You can use multiple columns to return a Positions LOV that will be filtered first by department, next by active status, and finally by date.
Operator
This field allows you to provide an SQL statement to further filter the information.
e.g. equal to, not equal to, less than, greater than.
Value
This field completes the SQL statement of the previous field.
e.g. active status, Finance department.

The Column, Operator and Value fields are used together to create a precise filter for information. For example, if you wished to only see in the LOV positions that are in the Finance department, you would insert the following information in those fields:

Description
This field will provide a full description of how the Where Clause operates.
Physical Column Name
This field indicates the name of the column in the table as defined in the database.
Physical Condition
This field indicates the predefined condition implemented by High Line.
Test Where Clause
This button allows you to test the Where Clause to see if it returns the correct information in a timely manner.