Articles in this section
Category / Section

How to disable to check boxes for non – aggregatable dimensions in member editor

1 min read

To disable check box for non-aggregatable dimensions in the member editor, please set the “AllowMultiMemberSelection” property of OlapClient to false.

Please refer the below code snippet to know how to set this property.

C#

public MainPage()
{
 
InitializeComponent();
this.DataContext = new ViewModel.ViewModel();
this.olapClient.AllowMultiMemberSelection = false;
}
 

 

Figure: MemberEditor with disabled check boxes

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied