Measure Groups in PivotClient
28 Sep 20201 minute to read
IMPORTANT
This feature is applicable only for the OLAP data source bound from the server-side.
In cube dimension browser, the tree view can be viewed in a filtered manner through the measure groups option. This feature allows you to view the list of measures and dimensions associated with the selected measure group from the cube. For enabling this, the enableMeasureGroups
property is set to true. By default, its value is set to false.
$("#PivotClient1").ejPivotClient({
url: "/OlapClient",
title: "OLAP Browser",
enableMeasureGroups: true
});
When you select a measure group from the drop-down list, the tree view of the cube dimension browser will display the related measures and dimensions as follows: