When filters are used, the SQL statement will get a dynamically added where-clause that corresponds to the filter contents. For example, if a value contains wildcard characters a 'column LIKE value' will be used instead of 'column = value', etc.
Syntax:
filter on BlockFilter ( ,BlockFilter )* ;
filter on Genre;
This page is generated from IFS Developer Studio at 2025-03-23 11:20.