To create a drill-down report in ServiceNow, you can utilize the following steps:
- Access the “Reports” module in ServiceNow.
- Click on “Create New” to initiate the report creation process.
- Choose the appropriate table that contains the data you want to report on.
- Define any necessary filters to narrow down the report data.
- In the “Columns” section, select the fields you want to include in the initial summary view of the report.
- Scroll down to the “Report Options” section and enable the “Enable Drilldown” option.
- In the “Drilldown Columns” field, select the fields you want to use for drill-down analysis. These fields will be displayed when users click on a summarized value in the report.
- Configure any other report settings as required, such as title, visibility, and sharing options.
- Save the report and run it to view the initial summary report.
- To drill down into the data, click on a summarized value in the report. This action will display the detailed records associated with that particular value based on the drill-down columns you specified.
Following these steps will enable you to create a drill-down report in ServiceNow. Users can then interact with the report by clicking on summarized values to view detailed data related to their selection.
Let’s say you want to create a drill-down report in ServiceNow to analyze incidents created countries and states wise. Here’s an example of how you can set it up:
- Access the “Reports” module in ServiceNow.
- Click on “Create New” to start creating a new report.
- Choose the “Incident [incident]” table as the source for your report since you want to analyze incidents.
- Define filters to focus on the incidents you want to include in the report. For example, you can filter based on the incident’s creation date or any other criteria.
- In the “Columns” section, select the following fields:
- “Country” field: This field represents the country associated with the incident, such as “United States,” “Canada,” or “Australia.”
- “State” field: This field represents the state or province associated with the incident, such as “California,” “New York,” or “Queensland.”
- Scroll down to the “Report Options” section and enable the “Enable Drilldown” option.
- In the “Drilldown Columns” field, select the “State” field. This means that when users click on a summarized country value in the report, they will see a detailed breakdown of incidents by state within that country.
- Configure other report settings as needed, such as title, visibility, and sharing options.
- Save the report and run it to view the initial summary report, which shows the number of incidents created in each country.
- To drill down into the data, click on a summarized country value in the report. This action will display a detailed breakdown of incidents by state within that country, showing the number of incidents created in each state.
With this drill-down report, you can analyze incidents created countries and states wise. Users can easily navigate from the summary view at the country level to a more detailed view at the state level to gain insights into incident distribution across different geographical regions.