Creating Customized Views

Some MAINVIEW views do not display the desired data unless they are presented with parameters. Some have way too much data and need to be filtered to extract the particular desired set of data. You can create a customized view by taking an existing view and customizing it.

The view customization dialog

WHERE and QWHERE Syntax

These clauses have a basic syntax of fieldname op value, where fieldname is as listed under the view, and op can be = <> > <. Multiple comparaisons can be joined together with AND and OR. The clause is limited to 1000 chatacters.