Search found 11 matches

by r.polyakov
Thu Jan 21, 2021 2:01 pm
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello. The new build is already released. Please, check it and let us know about the results. Thank you. Hello. I have checked getting the values for the request in the new version of the application. An error still occurs when getting values while previewing a report in the designer. Now, as befor...
by r.polyakov
Thu Jan 14, 2021 12:24 pm
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Lech Kulikowski wrote: Mon Jan 04, 2021 9:45 pm Hello,

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

Thank you.
Hello!
Please tell me if there is any new on the investigation of the issue?

Thank you.
by r.polyakov
Mon Dec 28, 2020 5:17 pm
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello, The fix is made in our source code. You should just update to the next build when it is available. We need any sample (as simple as it's possible) that will let us reproduce the issue. Thank you. Hello. I have created data sample and report. I managed to get user-entered variable values usin...
by r.polyakov
Tue Dec 22, 2020 7:39 am
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello, We have made an improvement. The fix will be available in the next build. We are not sure that your issue will be fixed because we didn't get any real sample from you and can't check the fix. Thank you. Hello. Thanks a lot for the fix. Could you tell me what the fix is? Hello. Do you need an...
by r.polyakov
Fri Dec 18, 2020 11:43 am
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello, There is an error in your code: var a = new Stimulsoft.Report.Components.StiText; a.name = "**DataSourceSqlCommand**"; a.page = command.report.Pages[0]; var param = Stimulsoft.Report.Engine.StiParser.StiParser.parseTextValue('{users}', a); The third row should be a.page = command.r...
by r.polyakov
Fri Dec 18, 2020 8:35 am
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello.
Do you need any more information from me?
Thanks.
by r.polyakov
Wed Dec 16, 2020 8:33 am
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello. We have an assumption about your issue. We will try to make an improvement for you. But it's better to see your report template with sample data to be sure that it will work out. In any case, you need to make changes in the report too. And it's better to use the expression from the variable ...
by r.polyakov
Mon Dec 14, 2020 9:43 am
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello, Why don't you use the expression from the variable instead of the variable? You could also enable the Read Only property of the variable. Thank you. Hello. I need to collect a query string on the server instead of the client. Therefore, it is necessary to transfer all the necessary variables...
by r.polyakov
Wed Dec 09, 2020 10:19 am
Forum: Stimulsoft Reports.JS
Topic: Get variable value in runtime before query string data complete
Replies: 19
Views: 7537

Re: Get variable value in runtime before query string data complete

Hello, Please check the onBeginProcessData events of the viewer. If the issue still present, please provide more detailed information. Thank you. Hello, Lech. I have tried getting the values of the variables in this event. queryString: select id, user_id, price from purchases where user_id in (200)...