Search found 28 matches

by nickdavies07
Thu Apr 07, 2022 12:20 pm
Forum: Stimulsoft Dashboards.JS
Topic: 2022-04.06 Error
Replies: 1
Views: 7672

2022-04.06 Error

We're getting the following error in the console after upgrading to 2022.04.06

Uncaught TypeError: can't redefine non-configurable property "stimulsoft"

Can you please advise asap.
by nickdavies07
Mon Jun 28, 2021 10:32 am
Forum: Stimulsoft Dashboards.JS
Topic: Error upgrading to 2021.3.4
Replies: 1
Views: 1277

Error upgrading to 2021.3.4

Hi

We're upgrading from 2021.1.1 to 2021.3.4 and with pivot tables I'm getting this error message:

Code: Select all

E.table.rows[0].cells[n] is undefined
Is there a fix for this?
by nickdavies07
Mon Feb 15, 2021 11:03 am
Forum: Stimulsoft Dashboards.JS
Topic: Uncaught (in promise) TypeError: t is not a function Vue and NPM
Replies: 1
Views: 3105

Uncaught (in promise) TypeError: t is not a function Vue and NPM

Hi I've installed the npm package using `npm i stimulsoft-dashboards-js` and within my Vue component I have imported using var Stimulsoft = require('stimulsoft-dashboards-js') I am getting an `Uncaught (in promise) TypeError: t is not a function` error whenever I load the page. Do you know why this ...
by nickdavies07
Thu Dec 17, 2020 9:25 am
Forum: Stimulsoft Dashboards.JS
Topic: Outputting Text in Pivot Tables/Cross Tabs Summary
Replies: 3
Views: 2982

Re: Outputting Text in Pivot Tables/Cross Tabs Summary

Thanks, This seems fairly fundamental to us. We use the dashboards component significantly more than the reports component, and it is possible within the reports component. For reference, we are looking to do something like this within dashboards where we can output string values of the fields. http...
by nickdavies07
Wed Dec 09, 2020 1:58 pm
Forum: Stimulsoft Dashboards.JS
Topic: Outputting Text in Pivot Tables/Cross Tabs Summary
Replies: 3
Views: 2982

Outputting Text in Pivot Tables/Cross Tabs Summary

Is it possible to output a text value rather than an aggregate sum/count value in a summary on the dashboards component?
by nickdavies07
Fri Nov 06, 2020 8:25 am
Forum: Stimulsoft Reports.JS
Topic: Hiding Aliases and just showing names?
Replies: 1
Views: 664

Hiding Aliases and just showing names?

Is it possible to hide aliases and just show names? When we're creating variables programmatically, our variable names are quite long due to the unique constraint on names. The variable alias however is nice and short; is it possible to hide these long names and just show the alias? Having both will...
by nickdavies07
Thu Nov 05, 2020 10:29 am
Forum: Stimulsoft Reports.JS
Topic: Adding Image Resource - Image Not Showing
Replies: 8
Views: 3771

Re: Adding Image Resource - Image Not Showing

Ah I've found the getByName method, so I've done the following if anyone struggles on this later on. if (report.dictionary.resources.getByName('Logo') === null) { let resource = new Stimulsoft.Report.Dictionary.StiResource( "Logo", "Logo", false, Stimulsoft.Report.Dictionary.StiR...
by nickdavies07
Thu Nov 05, 2020 9:49 am
Forum: Stimulsoft Reports.JS
Topic: Adding Image Resource - Image Not Showing
Replies: 8
Views: 3771

Re: Adding Image Resource - Image Not Showing

Hello So this seems to be working now in the latest update, however when I add my image to the report and then save it and reload, the resource gets added twice? See images. The resource has the image twice, each time I add the new resource to the report and reload, it gets added again. Any ideas? h...
by nickdavies07
Thu Nov 05, 2020 8:59 am
Forum: Stimulsoft Reports.JS
Topic: Uncaught Error - i is null 2020.5.1 upgrade
Replies: 4
Views: 1081

Re: Uncaught Error - i is null 2020.5.1 upgrade

Thanks, the latest 2020.5.1.1 version has fixed this issue. The reports.engine.js file also needs to be included before the reports.js file I've noticed.
by nickdavies07
Wed Nov 04, 2020 10:11 am
Forum: Stimulsoft Reports.JS
Topic: Uncaught Error - i is null 2020.5.1 upgrade
Replies: 4
Views: 1081

Re: Uncaught Error - i is null 2020.5.1 upgrade

Is there a reason including the stimulsoft.reports.engine.js file would cause the older reports to stop loading?