Home

Searching for Reports

Use the search token below to search for reports. Looking for help with writing your query? click here

reportNamereportName

Use a text value ##### to find a report by the user-provided report name. Enter all or part of the name. Note that the search is case sensitive.

Example

Show reports with this name (case sensitive)

reportName: My Report

andand

Use a boolean query to express your query using AND logic.

Example

Show reports with My and with Report in the name

reportName: My and reportName: Report

notnot

Use a boolean query to express your query using NOT logic.

Example

Show reports that don't have test in the name

not reportName: test

oror

Use a boolean query to express your query using OR logic.

Example

Show reports with one of these names

reportName: My Report or reportName: Sample Report