You can apply some filters to a table so as to reduce the records displayed in the table.
To add filter conditions to a table:
If the table is in a web report or library component, you can use a parameter to specify the value dynamically and when the available parameters cannot meet your requirement, you can also create a local parameter to use in the filter. For more information about using parameters to dynamically filter data, see Dynamically filtering queries.
To make some conditions grouped, select them and click the Group button, then the selected conditions will be added in one group and work as one line of filter expression. Conditions and groups together can be further grouped. To take any condition or group in a group out, select it and click Ungroup.
To adjust the priority of the conditions, select it and click the Up or Down button.
To delete a condition line, select it and click the Delete button.
Then when you preview the table, only data satisfying the specified filter conditions are shown.
See also the Edit Filter dialog for page report or web report/library component for details about options in the dialog.
Note: The following SQL type of data cannot be filtered: Db.SQL_BINARY, Db.SQL_BLOB, Db.SQL_CLOB, Db.SQL_LONGVARCHAR, Db.SQL_LONGVARBINARY, Db.SQL_VARBINARY and Db.SQL_OTHER.