Measure Groups
28 Jun 2017 / 1 minute to read
IMPORTANT
This feature is applicable only for OLAP data source bound from server-side.
In Cube Dimension Browser, treeview 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 e-enableMeasureGroups
property is set to true. By default, its value is set to false.
<div ng-controller="PivotClientCtrl">
<div id="PivotClient1" e-url="url" ej-pivotclient e-enableMeasureGroups="true" />
</div>
<script>
angular.module('PivotClientApp', ['ejangular']).controller('PivotClientCtrl', function ($scope) {
//..
$scope.url = "/Olap"
});
</script>
On selecting a measure group from the drop-down list, the Cube Dimension Browser treeview displays the related measures and dimensions alone as follows.
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page