View the Reports list
View a list of reports and create reports from the Reports list.
Standard platform Access Control Lists (ACLs) govern access to reports in the reports list. For information about the ACLs used to control access to reports, see Access control list rules.
You can sort and filter the search results using the standard report list controls, by selecting tabs, column headings, or the favorites icon ().
| Tab | Description |
|---|---|
| My reports | Reports that you created. |
| Group | Reports that have been shared with you and with the groups that you are a member of. |
| Global | Reports that are available to everyone. |
| All | All reports that you have access to (Global, Group, and My reports). |
| Column | Description |
|---|---|
| Scheduled | Indicates that the report is scheduled to run in the future. You can schedule regular emailing of reports. |
| Published | If the report is published, this column shows a check mark ( |
Viewing favorite reports
You can show either all reports or only those reports marked as favorites. Reports can be marked favorite both automatically and manually.
To toggle between showing only favorite reports and showing all reports, click the
favorites icon () in the list header.
A report is automatically marked as a favorite when you open it. You can manually mark a report as a favorite by clicking the star icon beside the report title.
To turn off the automatic marking of reports as favorites, disable the user preference glide.ui.nav.auto_favorite. For more information, see User preferences .
View report owners
Report owners are not shown by default on the reports list, but you can add a column to show the user who created the report. Usually, the creator is the owner.
Avant de commencer
Role required: report_admin
Procédure
- Navigate to sys_report.list.
- Select All to view the full list of reports.
-
Select the gear icon
to show the List Configuration menu.
-
Turn on the Created by option.
Reports list URL parameters
You can add parameters to the Reports list URL to filter the list before it loads.
Reports list URL structure
The URL structure is https://<instance-name>.service-now.com/report_home.do?<parameter_name>=<parameter-value>.
For example, the URL https://yourbusiness.service-now.com/report_home.do?jvar_selected_tab=MyReports returns the Reports list with the My Reports tab selected.
Parameters
| Parameter | Possible values |
|---|---|
| jvar_selected_tab | Shows the Reports list with the specified tab selected. Use these values:
|
| jvar_search_table | Filter reports created on a specified table. For example, the parameter jvar_search_table=incident shows only the reports created on the incident table. |
| jvar_list_order_by | Sorts the list on one of these columns:
For example https://yourbusiness.service-now.com/report_home.do?jvar_list_order_by=table returns the list sorted by the source table of the report. Remarque : Use
jvar_list_sort_direction to specify ascending or descending
order. |
| jvar_list_sort_direction | Specifies the direction of the sort.
|
| sysparm_reportquery | Filters the reports with names that contain the specified value, for example: sysparm_reportquery=Active returns reports with the string Active in the title. |
| jvar_search_created_by | the user who has created the report for example: https://yourbusiness.service-now.com/report_home.do?jvar_selected_tab=allReports&jvar_search_created_by=itil returns the reports created by the user with user name itil. |
| sysparm_query | Enables you to filter on any condition in platform condition builder format.
For example,
https://yourbusiness.service-now.com/report_home.do?sysparm_query=titleSTARTSWITHPRB&table!=incident.
For more information, see Condition builder. |