Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Breakdown element is not working in Performance Analytics

Sangeetha8
Tera Contributor

Hi all ,

 

I have created breakdown and breakdown source while i using it analytics hub it's showing No element to display.

I am not able figure out the issue why it's happening can anyone help me on this.

 

Breakdown source

 

Sangeetha8_0-1718719557475.jpeg

 

 

Breakdown mapping

 

Sangeetha8_1-1718719557476.jpeg

 

 

I am getting this warning message

 

Sangeetha8_2-1718719557477.jpeg

 

 

 

Thanks

1 REPLY 1

Bert_c1
Kilo Patron

Hi sangeetha8,

 

Having a breakdown based on a sys_id value is bad practice. You get a count of 1 for every record processed by data collection. Unless it is a reference field value where multiple records will contain the same value. See:

 

DefiningABreakdownSource

 

Currently you are exceeding the limit set by the system property named 'com.snc.pa.scorecard.breakdown.chart.max_rows'.

 

check sys_properties where 'name' 'contains', 'breakdown'.

 

you can change the value of that system property and test. Also, check the Data Collection Job log for errors and warnings.