The Where Clause section of the Layout-Filter fetches only the records that satisfy the specified criterion. Where Clause helps you narrow down the search results of an object. For example, you can specify to fetch rows only when the employee name is JOHN from an employee table.
Follow these steps:
Specifies equal.
Specifies not equal.
Specifies greater than.
Specifies less than.
Specifies less than or equal to.
Specifies greater than or equal to.
Species like predicate.
Specifies that a value must be in the form of value1, value2, and so on.
Specifies that a value is in a group of values.
Specifies that a value is null.
Specifies that a value is not null.
Indicates that a row must meet all the conditions.
Indicates that a row must meet only one of the conditions.
A row is added for another WHERE clause.
After adding WHERE clause for the required columns, specify the other filter criteria.
| Copyright © 2016 CA. All rights reserved. |