Breakdowns for indicators

pvanderlecq
Tera Contributor

Dear friends,

 

I run into a problem regarding breakdowns for automated indicators - performance analytics. 

 

In my case, I would like to get out of table: sn_si_incident the field: priority and state. However, I cannot chose these fields because they are not in the list of fields I can chose. Is there another way to make this possible?

 

Kind regards

 

Pim van der Lecq

1 ACCEPTED SOLUTION

G Ponsekar
Mega Guru

Hi @pvanderlecq ,

 

Since sn_si_incident.priority and sn_si_incident.state are both choice fields, they should be available. If you cannot see them, it is likely a configuration issue with the breakdown source

 

Create a breakdown source using the sys_choice table
This is the standard and most reliable way to create breakdowns for choice-type fields, and it's especially useful for fields like State and Priority that exist on multiple tables. 
  1. Create a Breakdown Source for State
    • Navigate to Performance Analytics > Sources > Breakdown Sources.
    • Click New.
    • Name: State (or Security Incident State)
    • Facts Table: Choice (sys_choice)
    • Field: Sys ID
    • Conditions:
      • Table is sn_si_incident
      • Element is state
      • Language is en (or your platform's primary language)
      • Inactive is false
    • Click Submit.
  2. Create a Breakdown for State
    • Navigate to Performance Analytics > Breakdowns > Automated Breakdowns.
    • Click New.
    • Name: Security Incident State
    • Automated: Select the State breakdown source you just created.
    • Click Submit.
  3. Create a Breakdown Mapping for State
    • On the Security Incident State breakdown form, go to the Breakdown Mappings related list and click New.
    • Facts Table: Security Incident (sn_si_incident)
    • Field: State
    • Scripted: Unchecked
    • Breakdown: Security Incident State (already selected)
    • Click Submit.
  4. Repeat the process for Priority
    • Repeat steps 1-3 to create a breakdown source, breakdown, and breakdown mapping specifically for the Priority field on the sn_si_incident table.
  5. Add the breakdowns to your indicator
    • Navigate to your automated indicator.
    • In the Breakdowns related list, click Edit and add the new Security Incident State and Security Incident Priority breakdowns from the slushbucket.
    • Click Save.
  6. Run data collection

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP

View solution in original post

3 REPLIES 3

G Ponsekar
Mega Guru

Hi @pvanderlecq ,

 

Since sn_si_incident.priority and sn_si_incident.state are both choice fields, they should be available. If you cannot see them, it is likely a configuration issue with the breakdown source

 

Create a breakdown source using the sys_choice table
This is the standard and most reliable way to create breakdowns for choice-type fields, and it's especially useful for fields like State and Priority that exist on multiple tables. 
  1. Create a Breakdown Source for State
    • Navigate to Performance Analytics > Sources > Breakdown Sources.
    • Click New.
    • Name: State (or Security Incident State)
    • Facts Table: Choice (sys_choice)
    • Field: Sys ID
    • Conditions:
      • Table is sn_si_incident
      • Element is state
      • Language is en (or your platform's primary language)
      • Inactive is false
    • Click Submit.
  2. Create a Breakdown for State
    • Navigate to Performance Analytics > Breakdowns > Automated Breakdowns.
    • Click New.
    • Name: Security Incident State
    • Automated: Select the State breakdown source you just created.
    • Click Submit.
  3. Create a Breakdown Mapping for State
    • On the Security Incident State breakdown form, go to the Breakdown Mappings related list and click New.
    • Facts Table: Security Incident (sn_si_incident)
    • Field: State
    • Scripted: Unchecked
    • Breakdown: Security Incident State (already selected)
    • Click Submit.
  4. Repeat the process for Priority
    • Repeat steps 1-3 to create a breakdown source, breakdown, and breakdown mapping specifically for the Priority field on the sn_si_incident table.
  5. Add the breakdowns to your indicator
    • Navigate to your automated indicator.
    • In the Breakdowns related list, click Edit and add the new Security Incident State and Security Incident Priority breakdowns from the slushbucket.
    • Click Save.
  6. Run data collection

 

If I could help you with your Query then, please hit the Thumb Icon and mark as Correct !!

 

Thanks, GP

Bhuvan
Kilo Patron

@pvanderlecq 

 

Check if breakdown sources exist for these fields for table 'sn_si_incident'. If not available, create breakdown sources and map the breakdowns in automated indicator and it should work.

 

Below is for reference

Bhuvan_0-1758103396632.png

Bhuvan_1-1758103415659.png

As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan

@pvanderlecq 

 

Thanks for marking the post as helpful.

 

As per community guidelines, you can accept more than one answer as accepted solution. If my response helped to guide you or answer your query, please mark it helpful & accept the solution.

 

Thanks,

Bhuvan