Advanced Search

testgrinder service will be discontinued on January 31, 2025

This snipped gives an example of how to interact with the Advanced Search dialog in Maximo applications:

Then I click menu bar button 'Advanced Search'
 And I enter '!=~null~' in the 'Last Name' field
 And I enter '~null~' in the "Person's Site" field
 And I enter '=ACTIVE' in the 'Status' field
 And I click the Find button

Modify the steps entering values into fields according to the search you need to perform. When entering field filters you may use special characters supported by Maximo to refine your search. For example entering !=~null~ will result in searching for records that have some value (not empty) in the field. Entering ~null~ does the opposite - it will result in searching for records with no values in the field. Using = in front of a value will tell Maximo to search for records with the exact value in the field (rather than doing a partial match).

Last updated