Hello Vladimir,
Thank you for the clarification. In that case, you will need to use the "in" operator and specify which members to include:
Check the updated how-to demo.
We will update the documentation in future to make the filter usage easier.
Regards,
Georgi Krustev
Telerik
Thank you for the clarification. In that case, you will need to use the "in" operator and specify which members to include:
filter: [{
field:
"[Date].[Calendar]"
,
operator:
"in"
,
value:
"[Date].[Calendar].[Calendar Year].&[2005],[Date].[Calendar].[Calendar Semester].&[2005]&[2],[Date].[Calendar].[Calendar Semester].&[2007]&[1],[Date].[Calendar].[Calendar Semester].&[2008]&[2]"
}]
We will update the documentation in future to make the filter usage easier.
Regards,
Georgi Krustev
Telerik
See What's Next in App Development. Register for TelerikNEXT.