The Advanced Search mode is a wizard that allows you to perform searches using properties and search conditions that cannot be used in simple search.
Advanced Search allows you to:
Advanced Search has an additional button . Hovering over the button displays the tooltip ‘Add Criteria.' Click this button to enter additional Search Criteria for the Advanced Search. Click the right mouse button and select Delete Criteria from the context menu to delete search criteria.
Operator |
Operator Name |
Description |
= |
Equal to |
Enables you to search Items with properties of the same value as specified in the search condition. |
≠ |
Not Equal to |
Enables you to search all Items with properties of the same value as specified in the search condition. |
< |
Less than |
Enables you to search Items with properties of value less than the value specified in the search condition. |
<= |
Less than or equal to |
Enables you to search Items with properties of value less than or the same as the value specified in the search condition. |
> |
Greater than |
Enables you to search Items with properties of value greater than the value specified in the search condition. |
>= |
Greater than or equal to |
Enables you to search Items with properties of value greater than or the same as the value specified in the search condition. |
like |
|
Enables you to use wildcards '%' and '*" in the search condition. |
not like |
|
Inverts the search condition you specify and allows the use of wildcards '%' and '*" in the search condition. |
null |
|
Enables you to search for properties that explicitly have a NULL value in the database. |
not null |
Enables you to search any properties that have a value that has been set. |
Each row is an AND condition for the search. There can be many rows in the advanced search filter. A scroll bar is available to move up and down the list.
For Part ItemType
ItemType= Part
Property= Description
Operation= not null
Displays Part ItemTypes which include a description.
ItemType= Part
Property= Description
Operation= not null
AND
ItemType= Part
Property= created_on
Operation= >
Criteria= 02/02/2014
Displays Part Item Types which include a description AND were created after the specified date.
ItemType= Parts
Property= created_on
Operation= >
Criteria= 1/1/2014
AND
ItemType= Part
Property= modified_on
Operation= <
Criteria= 05/14/2014
Displays Part ItemTypes created after 1/1/2014 AND modified before 5/14/2014.
Creating an Advanced Search
©2023 Aras Corporation - All Rights Reserved