Search found 11 matches

by paroxit
Sun Dec 24, 2023 11:25 pm
Forum: Stimulsoft Reports.JS
Topic: Dynamic Columns with Cross-Data Component
Replies: 1
Views: 521

Dynamic Columns with Cross-Data Component

Hi, I have a JSON data like this example; {"items":[{"product":{"productId":2,"name":"DOUBLE"},"values":[{"productId":2,"coopId":1,"coopName":"KÜMES 1","value":0.0},{"productId":2,...
by paroxit
Tue Feb 23, 2021 11:02 am
Forum: Stimulsoft Dashboards.JS
Topic: Search on datasource
Replies: 3
Views: 3013

Re: Search on datasource

Is there any plan to add it in the future ?
by paroxit
Fri Feb 19, 2021 3:37 pm
Forum: Stimulsoft Dashboards.JS
Topic: Search on datasource
Replies: 3
Views: 3013

Search on datasource

Hello, Is there any function to search a field by display name or field name on the Designer ? Some of our reports has too many fields under a datasource, like 200 fields under the same datasource. And users having a hard time to find what they're looking for. Is there any short way to find a field ...
by paroxit
Fri Feb 15, 2019 1:35 pm
Forum: Stimulsoft Reports.JS
Topic: Cannot read property 'numberDecimalSeparator' of null
Replies: 1
Views: 934

Cannot read property 'numberDecimalSeparator' of null

Stimulsoft.Reports.JS Version: 2018.1.8 Build date: 2018.02.19 Added a pie chart with showing labels as percentage enabled or changing the "Format" causes this error.Can anyone help on matter ? Example data is : [{ key : "Category 1", value : 123.34},{key:"Category 2",...
by paroxit
Mon Oct 22, 2018 9:25 am
Forum: Stimulsoft Reports.JS
Topic: Error when copy-pasting a field in JS Designer
Replies: 1
Views: 761

Error when copy-pasting a field in JS Designer

Hello, one of our user is trying to copy a field to another place. He was able to do that for a while, but after some point copy-paste throws this error ;

"Please use filters collection"

We've searched over the internet and couldn't find anything. Can you help ?
by paroxit
Mon Oct 01, 2018 4:44 pm
Forum: Stimulsoft Reports.JS
Topic: Rounded rectangle and viewer problems
Replies: 1
Views: 1114

Rounded rectangle and viewer problems

Hi, I've created a sample design with rectangles with rounded edges. But in the viewer nothing comes out. Why or how does it do that ? In the messages panel there are only for warnings (all same); "Expression in Text property of 'Text4' can't be evaluated! undefined" In the attachment I've...
by paroxit
Mon Jul 02, 2018 2:56 pm
Forum: Stimulsoft Reports.JAVA
Topic: Printing report programmatically
Replies: 2
Views: 3141

Re: Printing report programmatically

Using a temporary file and Apache PDFBox, I was able to do that. String jsonPath = request.getSession().getServletContext().getRealPath("/resources/temp/"+DateTime.now().getMillis()+".json"); Files.write(Paths.get(jsonPath),jsonData.getBytes()); StiJsonDatabase jsonDatabase = new...
by paroxit
Mon Jul 02, 2018 11:59 am
Forum: Stimulsoft Reports.JAVA
Topic: Printing report programmatically
Replies: 2
Views: 3141

Printing report programmatically

We developing a web app with Java + Spring. For the design phase, we use JS report designer, everything works perfectly. But for some business logic, we need to print a report design from Java code programmatically. Is it possible to print a report from Java on a web application ? I've tried below c...
by paroxit
Thu Apr 19, 2018 2:26 pm
Forum: Stimulsoft Reports.JS
Topic: Declaring a JSON model for designer with custom captions
Replies: 5
Views: 3061

Re: Declaring a JSON model for designer with custom captions

Hello, It would replace the "root" with the given name yes, but still, how will I be able to rename all of the columns under every each one of these tables separately ? I mean, I want to rename "Data_creator" with just "Creator" and also "Data_creator_realName"...