Search found 6240 matches

by Lech Kulikowski
Tue Apr 16, 2024 10:15 pm
Forum: Stimulsoft Reports.JS
Topic: Cross-Data Column and Row Sum
Replies: 1
Views: 21

Re: Cross-Data Column and Row Sum

Hello,

You can use an additional variable to calculate the sum by row/column.

Thank you.
by Lech Kulikowski
Tue Apr 16, 2024 8:39 pm
Forum: Stimulsoft Reports.WEB
Topic: Optional WHERE clause in Reports
Replies: 1
Views: 8

Re: Optional WHERE clause in Reports

Hello,

Please try to check:
select * from my_table
{v_var == 0 ? "" : "where id = " + v_var}

Thank you.
by Lech Kulikowski
Tue Apr 16, 2024 10:12 am
Forum: Stimulsoft Ultimate
Topic: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms
Replies: 3
Views: 30

Re: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms

Hello,

Please set the Stimulsoft.Drawing.Graphics.GraphicsEngine to Gdi.

Thank you.
by Lech Kulikowski
Mon Apr 15, 2024 12:28 pm
Forum: Stimulsoft Ultimate
Topic: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms
Replies: 3
Views: 30

Re: System.IO.FileNotFoundException: Could not load file or assembly System.Windows.Forms

Hello,

You should use the Stimulsoft.Reports.Engine.NetCore package instead of the Stimulsoft.Reports.Engine.

Thank you.
by Lech Kulikowski
Mon Apr 15, 2024 8:03 am
Forum: Stimulsoft Reports.JS
Topic: Having an IIF Statement inside JoinColumnContent??
Replies: 2
Views: 34

Re: Having an IIF Statement inside JoinColumnContent??

Hello,

You can join values in the additional variable on the detail band.

Thank you.
by Lech Kulikowski
Mon Apr 15, 2024 7:48 am
Forum: Stimulsoft BI Designer
Topic: Request of bearer token uses wrong Content-Type
Replies: 3
Views: 464

Re: Request of bearer token uses wrong Content-Type

Hello,

The issue is fixed. Please check the next release build.

Thank you.
by Lech Kulikowski
Fri Apr 12, 2024 3:10 pm
Forum: Stimulsoft Reports.WEB
Topic: Convert (UNIX-)Timestamp
Replies: 6
Views: 1307

Re: Convert (UNIX-)Timestamp

Hello,

DId you add your own function and this function is not working in the viewer?

Thank you.
by Lech Kulikowski
Fri Apr 12, 2024 6:52 am
Forum: Stimulsoft Reports.NET
Topic: The report viewer is blank
Replies: 5
Views: 457

Re: The report viewer is blank

Hello,

You are welcome.
by Lech Kulikowski
Fri Apr 12, 2024 6:51 am
Forum: Stimulsoft Reports.JS
Topic: After updating to 2024.2.3 tables are not loading in Designer
Replies: 5
Views: 136

Re: After updating to 2024.2.3 tables are not loading in Designer

Hello,

We require more time to investigate the issue thoroughly. Rest assured, we will keep you informed about the outcome as soon as possible.

Thank you.
#14274
by Lech Kulikowski
Fri Apr 12, 2024 6:47 am
Forum: Stimulsoft Reports.JS
Topic: Several reports in one viewer
Replies: 3
Views: 67

Re: Several reports in one viewer

Hello, Please check the following code: var report1 = new Stimulsoft.Report.StiReport(); report1.loadFile("../reports/1.mrt"); var report2 = new Stimulsoft.Report.StiReport(); report2.loadFile("../reports/2.mrt"); var reportMerge = new Stimulsoft.Report.StiReport(); reportMerge.r...