---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Handle large datasets

# Configuring record count visibility in the CMDB success advisor dashboard to handle large datasets {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Improve the performance of the CMDB success advisor dashboards for large datasets by hiding the record count on click-through from donut charts using a configurable system property.

## Vorbereitungen

Set the application scope to CMDB success advisor using the application picker. For more information, see [Application picker](https://www.servicenow.com/docs/access?context=c_ApplicationPicker&version=australia&pubname=australia-application-development&ft:locale=en-US).

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

Selecting a segment in a donut chart on a CMDB success advisor dashboard displays a list page with records that match the criteria of the selected segment. By default, this list shows a record count in the header and a total count in the pagination area. In environments with large datasets, retrieving these counts can increase load time. To improve page responsiveness, add the hide_list_record_count system property and set its value to `true`. Enabling this property hides the record count in the list header and the total count in the pagination area, reducing the data load during navigation from donut charts without affecting the functionality of the charts or the list results.

## Prozedur

1. In the navigation filter, enter <kbd class="ph userinput">sys_properties.list</kbd>.
2. Select New.
3. In the Name field, enter <kbd class="ph userinput">hide_list_record_count</kbd>.
4. From the Type list, select true \| false.
5. In the Choices field, enter <kbd class="ph userinput">true</kbd>.
6. Select Submit.
{#cmdb-sa-optimize-donut-perf__steps_uf3_vmp_zrb}

