Measure Groups in EJ 1 ASP.NET MVC PivotClient Control
23 Mar 20211 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 Measures option. This feature allows you to view the list of measure groups 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.
@Html.EJ().Pivot().PivotClient("PivotClient1").Url(Url.Content("/OlapClient")).Title("OLAP Browser").EnableMeasureGroups(true)
On selecting a measure group from the drop-down list, the Cube Dimension Browser treeview displays the related measures and dimensions as follows.