Indicator score widget is not following breakdown filterIssue Issue in filtering an inidicator widget using a breakdown filter with more than 1000 elements. Example scenario: Consider an indicator "Number of open incidents". Say it has a breakdown "Deparment" with more than 1000 elements. Create a dashboard with a widget that shows data from this indicator. This widget should be set to follow the filter. Create a breakdown filter using "Department" to the dashboard. Select an element that is likely to be at the end of the list of breakdown elements if sorted alphabetically. If the "Department" breakdown elements are sorted alphabetically this selected element should come after the 1000th record. Observe that the widget does not get filtered with the breakdown element.ResolutionThe system property - com.snc.pa.scorecards.max_breakdown_elements is set to 1000. When you filter the dashboard indicator with a breakdown element that falls outside this 1000 limit, the issue occurs. Increase the value of the property com.snc.pa.scorecards.max_breakdown_elements to a value more than the number of breakdown elements of the breakdown Department.