Search found 6237 matches

by Lech Kulikowski
Sun Apr 07, 2024 7:15 pm
Forum: Stimulsoft Reports.JS
Topic: Not Sorting By Numbers Correctly
Replies: 6
Views: 667

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: 6
Views: 1208

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

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

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.
by Lech Kulikowski
Thu Apr 04, 2024 7:08 am
Forum: Stimulsoft BI Designer
Topic: Using RestAPI with dynamic endpoint URL
Replies: 5
Views: 839

Re: Using RestAPI with dynamic endpoint URL

Hello,

Unfortunately, in the Headers it is not possible to use variables.

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 7:06 am
Forum: Stimulsoft Reports.JS
Topic: A text component overlaps an another in a hierarchical band
Replies: 3
Views: 585

Re: A text component overlaps an another in a hierarchical band

Hello,

In the JS product, the Compilation mode is not supported.

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 7:04 am
Forum: Stimulsoft Reports.NET
Topic: Wildcard in a filter
Replies: 1
Views: 508

Re: Wildcard in a filter

Hello,

You can use the IndexOf function:
{table.name.IndexOf(varAddress) != -1}

Thank you.
by Lech Kulikowski
Thu Apr 04, 2024 6:59 am
Forum: Stimulsoft Reports.WEB
Topic: Error Generating Reports
Replies: 1
Views: 514

Re: Error Generating Reports

Hello,

Please send us a sample report with test data that reproduces the issue for analysis.

Thank you.
by Lech Kulikowski
Wed Apr 03, 2024 6:51 pm
Forum: Stimulsoft Reports.JS
Topic: Gant chart dynamic height
Replies: 6
Views: 644

Re: Gant chart dynamic height

Hello,

As a way, you can check count data and set the Height property of the Chart component in events.

Thank you.
by Lech Kulikowski
Wed Apr 03, 2024 6:57 am
Forum: Stimulsoft Reports.NET
Topic: How to "store" selcted items
Replies: 11
Views: 1008

Re: How to "store" selcted items

Hello,

What are we supposed to see in this report? The data sources are empty.

Also, please try to set the ScriptLanguage=CSharp for the report. The provided expression for the CSharp language.

Thank you.