Need a special offer?Find out if your project fits.
+

setReport throws error

Answered
arnaud desbiens asked on October 4, 2017

Hi, i am using getReport to modify it later and re set it with the modified report. Note that I am using analysis service data source.
But i noticed that when i put a row field and if i use getreport and setreport with the exact same report i previously got from getreport, it throws me the following error: "Cannot read property 'hierarchy' of undefined".
If i don't use the getReport and set setReport code part it works perfectly fine. It really is when i set the report like the following:
var report = $scope.pivot.getReport();
$scope.pivot.setReport(report);
it throws the error i mentioned.. I don't understand why. my report object seems totally fine.
Edit: Actually, there is alot of errors with flexmonster when you set the report with setReport method even tho the report object is the one generated by the getReport method... When you set the report with the very same report you get from getReport, the code breaks from everywhere...

1 answer

Public
Ian Sadovy Ian Sadovy Flexmonster October 5, 2017

Hello Arnaud,
 
Thank you for reporting.
We have checked getReport() and setReport() with MSAS and it seems working as expected - http://jsfiddle.net/flexmonster/uxyncxsb/
Could you please share an example where we can reproduce the issue on our side?
Looking forward to hearing from you.
 
Thanks,
Ian

Please login or Register to Submit Answer