First Report loading with variable!

Stimulsoft Reports.JS discussion
Post Reply
Wadii
Posts: 8
Joined: Mon Nov 20, 2023 4:10 pm

First Report loading with variable!

Post by Wadii »

Hello,

When I use variables with Report JS, for the first loading, the variable values ​​are not displayed. I have to click on 'Submit' to see the complete document. So we load the document twice!
This is a screenshot of the first loading of the report :
Report Variable 1.png
Report Variable 1.png (11.75 KiB) Viewed 4774 times

This is a screenshot of the report after clicking 'Submit' :
Report Variable 2.png
Report Variable 2.png (12.52 KiB) Viewed 4774 times

FYI, it works very well with the version 2018 of Stimulsoft
Can you help me please?

PS : Version: 2023.4.3
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: First Report loading with variable!

Post by Max Shamanov »

Hello,

Unfortunately we couldn't reproduce the poroblem with our test reports.
Please send us a sample report with test data thar reproduces the issue.

Thank you.
Wadii
Posts: 8
Joined: Mon Nov 20, 2023 4:10 pm

Re: First Report loading with variable!

Post by Wadii »

Here is the example used :

Code: Select all

var viewer = new Stimulsoft.Viewer.StiViewer(null, 'StiViewer', false);
var report = new Stimulsoft.Report.StiReport();
report.loadFile('/dashboard/ReportPoc_1.mrt');
viewer.report = report;
viewer.renderHtml('viewer');

And here is the .mrt
ReportPoc_1.mrt
(1.68 KiB) Downloaded 143 times

Thank you
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: First Report loading with variable!

Post by Max Shamanov »

Hello,

We need some time to investigate the issue. We will let you know about the result.

Thank you.
#13106
Wadii
Posts: 8
Joined: Mon Nov 20, 2023 4:10 pm

Re: First Report loading with variable!

Post by Wadii »

Hello,

Any news?

Thank you.
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: First Report loading with variable!

Post by Lech Kulikowski »

Hello,

We are working on the problem. We will let you know when the solution is available.

Thank you.
Y.T
Posts: 2
Joined: Fri Nov 24, 2023 5:57 pm

Re: First Report loading with variable!

Post by Y.T »

Hello
Could you please do necessary quickly to unblock the ticket?
Cordialy
Y.T
Lech Kulikowski
Posts: 6271
Joined: Tue Mar 20, 2018 5:34 am

Re: First Report loading with variable!

Post by Lech Kulikowski »

Hello,

You can send your request on support@stimulsoft.com

Thank you.
Max Shamanov
Posts: 792
Joined: Tue Sep 07, 2021 10:11 am

Re: First Report loading with variable!

Post by Max Shamanov »

Hello.

We have made improvements.
Please check our next major build, which will be available mid-December.

Thank you.
Post Reply