You can use search tokens to search for information on Reports and Configuration tabs.
Reports Tab | Configuration Tab
Use a text value ##### to specify the name of report . Choose the values from: Cert Expiration Report, Weak grades report
Examples
Show reports having the title Weak grades report
title: Weak grades report
Use a text value ##### to specify the type of report. Choose the values from: Scheduled, On Demand.
Examples
Show reports of the type On Demand
type: On Demand
The Qualys Query Language (QQL) supports the following logical or Boolean query operators. Use these operators in your queries to narrow down or broaden your search.
Narrow down the search by using the and operator in the Boolean query. The result contains all the token values that are provided in the query.
Example
Show the certificates issued by DigiCert and will expire in 30 days
certificate:(expiryGroup:In 30 Days and
issuer.name:DigiCert)
Narrow down the search by using the not operator in the Boolean query. The result contains all the other values except the one specified after not in the query.
Example
Exclude the certificates that are issued by Qualys in the search result
certificate:(not issuer.organization:Qualys)
Broaden the search by using the or operator in the Boolean query. The result contains any of the token values that are provided in the query.
Example
Show the assets having an operating system as Windows or Netscaler
asset:(operatingSystem:Windows or operatingSystem:Netscaler)