PA Category and SubCat relationship

BK9
Tera Contributor

Hi,

I need a safe and diligent way to associate our related incident Category and Subcategories in a PA breakdown. Basically, we need to group all of our dependants Cat and SubCats into one breakdown. Any help would be great. thanks

 

1 ACCEPTED SOLUTION

Dan_Kane
ServiceNow Employee
ServiceNow Employee

OK, so I'm going to assume that your incident records have both a Category and Sub Category field. In that scenario, you want 2 separate breakdowns on your incident indicators. Most OOTB incident indicators already have an association with the Category breakdown.

You will need to create a breakdown of the Sub Category if one hasn't already been done. Here is the docs page on defining breakdowns. This page provides the step-by-step on creating and applying a breakdown. You will probably need to create a breakdown source first, which is simply a definition of where the Sub Category options are defined. For example, the options for the Incident Category breakdown are defined in the Choice table. Look at the OOTB Breakdown Source Incident.Category to see an example of one that is already set up. You'll need to do the same for Incident Subcategory.

Once you Category and Sub Category breakdowns are defined, you'll want to make sure that your indicators are set to collect the Breakdown Matrix.

This will automatically collect scores for each breakdown as an individual score, but also how they relate to each other.

Let's say that for a given day, you have 50 resolved incidents. The scores could look like this:

Category A = Login Issues (Resolved Count = 30)

   SubCat 1 = login data entry (Resolved Count = 20)

   SubCat 2 = Login forgot (Resolved Count = 10)

Category B = Access (Resolved Count = 20)

   SubCat 1 = Data Entry (Resolved Count = 5)

   SubCat 2 = Email (Resolved Count = 15)

 

So it all has to do with how you configure your breakdowns. If your breakdowns are configured and applied to the same indicators, you will automatically get the relationship between Category and Sub Category.

This is a good video that steps through a breakdown.

Hope that helps!

View solution in original post

6 REPLIES 6

Hey Dan 

 

I cannot open the image . Can you tell me how you configured the breakdown relations between the category and subcategory?

Dan_Kane
ServiceNow Employee
ServiceNow Employee

Monty,

 

It's not just you. The image file must have been removed.

You shouldn't need to create Breakdown Relations for this, as the Category-Subcategory breakdowns should already address the relationship between the Category and Subcategory, where the Category is a parent of the Subcategory. In this case, the only thing you should need to do is make sure that your indicators have the "Collect Breakdown Matrix" checkbox selected. Here's a new screen shot of an example indicator.

find_real_file.png

The key is setting up the Category and Subcategory breakdowns as described in my initial response.

 

Dan