/* Data for the records by status chart */ local!statusDatasubset: #"SYSTEM_SYSRULES_queryEntity_v1"( entity: #"${cdt_mainDseConstant_uuid}", query: #"SYSTEM_SYSRULES_query"( aggregation: #"SYSTEM_SYSRULES_queryAggregation"( aggregationColumns: { #"SYSTEM_SYSRULES_queryAggregationColumn"(field: "${status_field_name}.value", isGrouping: true), #"SYSTEM_SYSRULES_queryAggregationColumn"(field: "id", aggregationFunction: "COUNT"), } ), pagingInfo: #"SYSTEM_SYSRULES_pagingInfo"(1, -1) ), fetchTotalCount: false ),