You can specify to display only specific report information in which you are particularly interested. You can show a query as either columns or rows. You can then specify the query criteria.
To perform an advanced query, follow these steps:

Table 36: Advanced Query Operators
![]() |
Note: For the like and not like operators, use % as the wildcard for the matching target. For example, bad % would match badlands but not toobadlands. To match toobadlands, use %bAd%. The match is case insensitive. |
![]() |
Note: The format for Time is EEE MMM dd HH:mm:ss z yyyy , where: EEE = Day in week (for example, Tue.) MMM = Month in year (for example, Jan.) dd = Day in month (for example, 05) HH = Hour in day (for example, 23) mm = Minute in hour (for example, 20) ss = Second in minute (for example, 47) z = Time zone (for example, GMT) yyyy = Year (for example, 2004) |
For example, the following is an all events report advanced query.

The query produces the following report.
The like operator applies to columns with a string value such as device, type, item, description, event details, serial number, and Routing Engine in any Events Inventory reports. The like operator does not apply to Time, which has a type of Date.
For more information about using the like operator, see Using the Like Device Query Operator.
To search for all items created on or after 3-5-2004 8pm PST 2004, type the following in the search field: >= Fri Mar 05 20:00:00 PST 2004.