Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
-
- Posts: 72
- Joined: Thu Sep 24, 2020 2:40 pm
- Location: Brazil
Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Hello, we found an error in stimulsoft.reports libs 2022.3.3 version regarding the use of List type variables, it is important to note that before we updated it worked normally, now the error occurs whenever I try to run the report or retrieve the columns from the source Dice.
The structure known so far is that for a variable of type List we needed to create an Auxiliary variable to receive the value and forward the data source, the problem is that now there is an error on top of this variable as shown in the attached image.
With that, we would like to know if this is a version error or if they have changed how List and its Auxiliary variables are created?
We are currently at stimulsoft.reports libs 2022.3.3 version and would like to know if the bug in question has already been fixed in a later version or if it will be fixed in another version.
In the attached file are the images of the error occurring, also the report in question and finally how the variables are configured, emphasizing again that in past versions this error did not occur.
The structure known so far is that for a variable of type List we needed to create an Auxiliary variable to receive the value and forward the data source, the problem is that now there is an error on top of this variable as shown in the attached image.
With that, we would like to know if this is a version error or if they have changed how List and its Auxiliary variables are created?
We are currently at stimulsoft.reports libs 2022.3.3 version and would like to know if the bug in question has already been fixed in a later version or if it will be fixed in another version.
In the attached file are the images of the error occurring, also the report in question and finally how the variables are configured, emphasizing again that in past versions this error did not occur.
- Attachments
-
- evidence.zip
- (222.03 KiB) Downloaded 258 times
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
Re: Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Hello,
We need some additional time to investigate the issue, we will let you know about the result.
Thank you.
We need some additional time to investigate the issue, we will let you know about the result.
Thank you.
-
- Posts: 72
- Joined: Thu Sep 24, 2020 2:40 pm
- Location: Brazil
Re: Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Hi Lech,
Any feedback from the scenario?
Any feedback from the scenario?
-
- Posts: 72
- Joined: Thu Sep 24, 2020 2:40 pm
- Location: Brazil
Re: Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Hi Lech,
Any feedback from the scenario? we need one position
Any feedback from the scenario? we need one position
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
-
- Posts: 72
- Joined: Thu Sep 24, 2020 2:40 pm
- Location: Brazil
Re: Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Lech we need more information on the e-mail about the Request
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am
Re: Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Hello,
There are some fixes in that direction. Please check the next release build 2023.1.3 when it will be available within several days.
Thank you.
There are some fixes in that direction. Please check the next release build 2023.1.3 when it will be available within several days.
Thank you.
-
- Posts: 72
- Joined: Thu Sep 24, 2020 2:40 pm
- Location: Brazil
Re: Auxiliary Variable and list error - stimulsoft.reports libs 2022.3.3
Sirs,
We recently updated the Stimulsoft Reports (Java) product library to version 2023.1.6 and found two errors linked to it, the first error we found was using a List variable and its Auxiliary, in which the following expression is always used (Variable.Count () == 0) ? "0" : Variable.ToQueryString("") and when I go to retrieve the columns or even run the report, errors always occur, making it impossible to edit and run the report.
Regarding variables of type Value, the error that occurred in them of missing expression ORA-00936: missing expression now no longer occurs and they work normally.
We need your support in correcting this scenario.
We recently updated the Stimulsoft Reports (Java) product library to version 2023.1.6 and found two errors linked to it, the first error we found was using a List variable and its Auxiliary, in which the following expression is always used (Variable.Count () == 0) ? "0" : Variable.ToQueryString("") and when I go to retrieve the columns or even run the report, errors always occur, making it impossible to edit and run the report.
Regarding variables of type Value, the error that occurred in them of missing expression ORA-00936: missing expression now no longer occurs and they work normally.
We need your support in correcting this scenario.
-
- Posts: 6832
- Joined: Tue Mar 20, 2018 5:34 am