This article is a supplement to the ServiceNow documentation. For full documentation please refer ServiceNow official website
Checkout our NEW Video Channel you can like and subscribe too!

Introduction

Performance Analytics in ServiceNow is not just an extension of existing reporting.It has its own place and have a rich set of KPIs to measure metrics and give in dept insights to various modules ITSM modules.In this post we will go through some key concepts of Performance Analytics and learn how to create indicators and breakdowns.

Breakdown

Breakdown allow for quick understanding of process patterns and trends by categorizing the indicator data into dimensions such and category ,priority,State etc.Breakdown is defined by Breakdown source and breakdown Mapping. The Breakdown mapping described how is the source referenced in the table on which the indicator is built.Once we configure breakdowns for attributes such as Category and Priority,we can navigate and filter the indicator data set to any specific category or priority.

Breakdowns enables us to group or filter indicator scores for more detailed analysis, such as to show separate scores for each assignment group.

Examples of Breakdown

b1.png

The values for each breakdown are called breakdown element.

Depending on where these elements come from, we have two Types of Breakdown:

  1. Automated: Automated breakdown elements are based on existing records in breakdown sources. A field in the facts table is mapped to a set of records on the breakdown source, or a script is used for more complex mapping.
  2. Manual: Manual breakdowns have their elements entered manually to define an organization. The manual breakdown is similar to the automated breakdown.The only difference is the elements of a manual breakdown are not retrieved from an automated breakdown source but entered manually.

Manual breakdown can be associated with both automated and manual indicators.Whenever manual breakdowns are associated with a manual indicator ,the indicator score-sheet will allow to enter per breakdown data.

Breakdown source

The breakdown source describes the nature of the attribute by which we perform a breakdown. When we perform a breakdown by priority, we need to tell the breakdown where are the priority values stored. So we use the choice table as the Fact table and we set the condition to element is Priority.

Breakdown sources specify which unique elements a breakdown contains. A breakdown source is defined as a set of records from a table or database view or as a bucket group. Multiple breakdowns can use the same breakdown source.

  1. Always use a facts table with a field that has a unique value for every record, usually Sys ID. For example, the Incident.Category breakdown source takes its elements from the Choice table. The elements are identified by the Sys ID field. The breakdown source filters the choices to those that are on the Incident table, in English, and not inactive. b2.png b3.png b4.png
  2. The breakdown source uses the following records from the Choice table: b5.png
  3. The Choice table includes every possible choice from every table, which is why it has Table and Element columns. Most other facts table you would use for a breakdown source are simpler.

Steps to create a Breakdown Source

  1. Navigate to Performance Analytics > Breakdown Sources BreakdownSource1.PNG
  2. Click On New BreakdownSource2.PNG
  3. Give the breakdown source a meaningful Name. BreakdownSource3.PNG
  4. For the Facts Table, select the table that the breakdown source gets elements from. For example, for the breakdown source to specify user groups as elements,select Group [sys_user_group].
  5. In the Field table, select a field that contains a unique value for every record. This field is usually Sys ID. BreakdownSource4.PNG
  6. Set the Conditions for filtering the element list. [Table] [is] [Incident] and [Element] [is] [Category] and [Language] [is] [en] and [Inactive] [is] [false] or [Inactive] [is] [empty]
  7. To see how many records, match the selected conditions, click Preview.
  8. (Optional) In Label for unmatched, write a custom label to use if a record from an indicator source does not contain a valid element value in a mapped field.The default label is Unmatched.
  9. In the Security tab, set whether to exclude or include breakdown source elements by role based on element security lists.
  10. Click Submit.

Steps to create a Breakdown

To create an automated breakdown, select a breakdown source for it to use and apply access restrictions. Then create a Breakdown Mapping to do the map which field on the indicator source references the breakdown source. Finally, assign indicators to the breakdown.

  1. Navigate to Performance Analytics > Automated Breakdowns breakdown1297.PNG
  2. Click New. breakdown2297.PNG
  3. Specify a meaningful Name.The name of a breakdown is frequently based on the label of the field that is use in the breakdown mappings. breakdown3297.PNG
  4. In the Automated tab, select the Breakdown source. breakdown4297.PNG

Create a breakdown mapping on a breakdown record

Map which field on the indicator source references the breakdown source. If no appropriate field is available, specify a script to associate the indicator and breakdown sources.

You can create multiple mappings for the same breakdown, enabling you to use that breakdown for multiple indicators.

  1. In the Breakdown Mapping related list, click New. breakdownMapping1297.PNG
  2. Select the Facts table. This table is the indicator source that you want to break down. breakdownMapping2297.PNG
  3. There is two option
    • Field: Select the Field in the indicator source that maps to records in the breakdown. breakdownMapping3297.PNG
    • Scripted: Select Scripted, then select the Script that defines the association between indicator records and breakdown elements. Use a script when you do not have the simple use case of a field in the indicator source that maps to a breakdown source table. A script can define a wide range of mapping relationships. The most common use case is when the breakdown source is a bucket group and the script returns an integer to assign an indicator score to a bucket. breakdownMapping4297.PNG
  4. Click Submit.

Read More

    Content