Breakdown element is not working in Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:08 AM
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
Breakdown mapping
I am getting this warning message
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2024 07:43 AM - edited 06-18-2024 12:10 PM
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:
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.