We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Changing default for Dimension filters

Hey Guys,

When I create a Pivot Grid that uses the Schema Designer and drag a new dimension onto the grid it automatically defaults to select all elements of that dimension.

Is there a way to have the default for dimension filters set to nothing and force the user to make the selection rather than it defaulting to "All"?

Thanks,

Nate

1 Reply

MM Manikandan Murugesan Syncfusion Team February 28, 2017 01:18 PM UTC

Hi Nate, 

Thank you for using Syncfusion products. 
Currently we don’t have support for applying filter while drag and drop operation but you can apply Role-based filtering to OLAP components by specifying the appropriate role name designed for specific set of users in the SSAS Cube. You must specify the role name in the “Roles” attribute of the connection string. Kindly bind your connection string as below in the Web API controller, 
Code snippet [C#]: 
 
OlapDataManager olapDataManager = new OlapDataManager(@"Data Source=Server_Name; Roles=Role_Name; Initial Catalog=Catalog_Name;"); 
 

Please let us know if you want any further assistance. 

Regards, 
Manikandan M. 


Loader.
Live Chat Icon For mobile
Up arrow icon