Search found 6243 matches

by Lech Kulikowski
Wed Apr 17, 2024 8:55 pm
Forum: Stimulsoft Reports.WEB
Topic: Convert (UNIX-)Timestamp
Replies: 7
Views: 1468

Re: Convert (UNIX-)Timestamp

Hello,

We couldn't reproduce the issue.
Please send us a sample project that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Wed Apr 17, 2024 7:38 pm
Forum: Stimulsoft Dashboards.JS
Topic: resize Combo Box Filter
Replies: 1
Views: 10

Re: resize Combo Box Filter

Hello,

The Height property is not available for the ComboBox filter.

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

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: 38

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: 5
Views: 113

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: 5
Views: 113

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: 44

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: 537

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: 7
Views: 1468

Re: Convert (UNIX-)Timestamp

Hello,

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

Thank you.