Issue with Firebird data
Posted: Wed Mar 06, 2019 12:10 am
Hey,
I'm unable to get the dashboards to work using Firebird.
I've attached an example that uses nodejs to return some test data as per it would using Firebird. Loading the webpage will load a dashboard mrt that will have a dictionary ready to use the test data.
Run the nodejs server, load the webpage (localhost:8080), then try drag and drop the data onto the dashboard (or create a table and drag the TestData into it)
I get this error
If i go to the preview tab first, then go back and drag the data in, I dont see the error. But if I then preview it, there is no data displayed.
Thanks
I'm unable to get the dashboards to work using Firebird.
I've attached an example that uses nodejs to return some test data as per it would using Firebird. Loading the webpage will load a dashboard mrt that will have a dictionary ready to use the test data.
Run the nodejs server, load the webpage (localhost:8080), then try drag and drop the data onto the dashboard (or create a table and drag the TestData into it)
I get this error
Code: Select all
Cannot read property 'copy' of undefined
TypeError: Cannot read property 'copy' of undefined at Function.t.fetch
(http://localhost:8080/scripts/stimulsoft.reports.js:47:102358) at Function.e.analyse
(http://localhost:8080/scripts/stimulsoft.reports.js:47:22147) at Function.t.create
(http://localhost:8080/scripts/stimulsoft.reports.js:53:274926) at Function.t.getOrCreate
(http://localhost:8080/scripts/stimulsoft.reports.js:53:273612) at Function.j.renderCells
(http://localhost:8080/scripts/stimulsoft.dashboards.js:11:56605) at j.render
(http://localhost:8080/scripts/stimulsoft.dashboards.js:11:54053) at Function.k.renderElement
(http://localhost:8080/scripts/stimulsoft.dashboards.js:11:73276) at Function.e.invokeStaticMethod
(http://localhost:8080/scripts/stimulsoft.reports.js:53:279403) at Function.e.saveElementToString
(http://localhost:8080/scripts/stimulsoft.viewer.js:10:6801) at Function.xi.getSvgContent
(http://localhost:8080/scripts/stimulsoft.designer.js:20:199368)
Thanks