Hi Simone,
Thanks for contacting Syncfusion Support,
We have prepared sample based on your requirement. To work with drill-through, the option needs to be enabled at cube level and kindly ensure that at your end. Also “layout” needs to be passed in drillthroughHierarchies function. Please refer the below code snippet in controller file.
Code Snippet:[C#]
| [System.Web.Http.ActionName("DrillThroughHierarchies")] [System.Web.Http.HttpPost] public string DrillThroughHierarchies(Dictionary<string, object> jsonResult) { var layout = "normal"; OlapDataManager DataManager = new OlapDataManager(connectionString); DataManager.SetCurrentReport(OLAPUTILS.Utils.DeserializeOlapReport(jsonResult["currentReport"].ToString())); return olapClientHelper.DrillthroughHierarchies(DataManager, layout, jsonResult["cellPos"].ToString()); } |
And we are facing issue with hierarchy selector option in drill-through dialog (“Exception occurs while using hierarchy option in drillThrough feature”) and logged a defect report. The fix for this issue will be available in the upcoming Essential Studio 2018 Volume 1 Service Pack Release 2 which is estimated to be roll out by end of April 2018.
Please let us know, if you have any concern.
Regards,
Scintilla A