"Unsupported file NaN at Object.Hs" error
Posted: Thu Jun 29, 2017 6:27 am
Hi,
I have a MRT report with getting datasource from excel file, but when I used the code to load it in Angular2 app as below:
It returns the error:

Please show me how to fix this.
Thanks
Update: it works on Version: 2017.1.2
I have a MRT report with getting datasource from excel file, but when I used the code to load it in Angular2 app as below:
Code: Select all
this.report.loadFile("reports/BankingReport.mrt");
this.viewer.report = this.report;
this.viewer.renderHtml('viewer');

Please show me how to fix this.
Thanks
Update: it works on Version: 2017.1.2