Search found 6243 matches

by Lech Kulikowski
Tue Apr 09, 2024 6:32 am
Forum: Stimulsoft Reports.JS
Topic: Data is not showing for first time Preview report
Replies: 1
Views: 924

Re: Data is not showing for first time Preview report

Hello,

Please send us a sample project that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Tue Apr 09, 2024 6:31 am
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 919

Re: Not Sorting By Numbers Correctly

Hello,

Please check the modified report.

Thank you.
by Lech Kulikowski
Mon Apr 08, 2024 7:30 am
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 919

Re: Not Sorting By Numbers Correctly

Hello,

In your JSON, your column is stored as a string:
"Amendment#": "7"
for numeric should be:
"Amendment#": 7

Also, in your report you can use the following expression for sorting:
(decimal)(Projects.Amendment_)

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:18 pm
Forum: Stimulsoft Reports.NET
Topic: How can I create a StiSqlDatabase with the driver Devart?
Replies: 1
Views: 824

Re: How can I create a StiSqlDatabase with the driver Devart?

Hello,

> but where i must to use?

In your code before calling the designer.

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:17 pm
Forum: Stimulsoft Reports.WEB
Topic: Data Grouping Issues
Replies: 1
Views: 734

Re: Data Grouping Issues

Hello,

Please send us test data and the necessary result, we will try to find a solution.

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:16 pm
Forum: Stimulsoft Reports.JS
Topic: prototype change causes a problem in stimulsoft
Replies: 3
Views: 1185

Re: prototype change causes a problem in stimulsoft

Hello,

Thank you for your suggestion.
by Lech Kulikowski
Sun Apr 07, 2024 7:15 pm
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 919

Re: Not Sorting By Numbers Correctly

Hello,

Please send us a sample report with test data for analysis.

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:14 pm
Forum: Stimulsoft Reports.WEB
Topic: Convert (UNIX-)Timestamp
Replies: 7
Views: 1451

Re: Convert (UNIX-)Timestamp

Hello,

You can add your own function in the report Dictionary:
https://www.stimulsoft.com/en/documenta ... ctions.htm

Thank you.
by Lech Kulikowski
Sun Apr 07, 2024 7:13 pm
Forum: Stimulsoft Reports.JS
Topic: Gant chart dynamic height
Replies: 6
Views: 840

Re: Gant chart dynamic height

Hello, > Which viewer event would be most appropriate ? Is any event emitted after pressing the send button in the User Panel ? For example, onInteraction event: https://www.stimulsoft.com/en/documentation/online/programming-manual/reports_js_web_viewer_viewer_events.htm > Can placing a chart on a c...
by Lech Kulikowski
Fri Apr 05, 2024 8:13 am
Forum: Stimulsoft Reports.WEB
Topic: Problems exporting reports to PDF
Replies: 1
Views: 721

Re: Problems exporting reports to PDF

Hello,

Please send us a sample report with test data that reproduces the issue for analysis on support@stimulsoft.com

Thank you.