List variable displays in Report Designer and Report Executor is unavailable

Stimulsoft Reports.JAVA discussion
Post Reply
Manuel Costa
Posts: 72
Joined: Thu Sep 24, 2020 2:40 pm
Location: Brazil

List variable displays in Report Designer and Report Executor is unavailable

Post by Manuel Costa »

Hello, I'm facing the following scenario, I have a report with a List variable of type String, in Report Designer it normally displays the data, but when I visualize it with Report Executor it doesn't return anything, being unavailable to select a value.

Attached are the report, images showing the scenario I mentioned as well as the variable List, the variable Auxiliary and how it is in the query.

The Auxiliary variable is configured like this:

(V_TIPO_ATENDIMENTO.Count() == 0) ? "''" : V_TIPO_ATENDIMENTO.ToQueryString("'")
Attachments
Report.mrt
(243.83 KiB) Downloaded 143 times
6.JPG
6.JPG (26.77 KiB) Viewed 1106 times
5.JPG
5.JPG (42.87 KiB) Viewed 1106 times
4.JPG
4.JPG (38.23 KiB) Viewed 1106 times
3.JPG
3.JPG (61.74 KiB) Viewed 1106 times
2.JPG
2.JPG (89.45 KiB) Viewed 1106 times
1.JPG
1.JPG (47.54 KiB) Viewed 1106 times
Lech Kulikowski
Posts: 6197
Joined: Tue Mar 20, 2018 5:34 am

Re: List variable displays in Report Designer and Report Executor is unavailable

Post by Lech Kulikowski »

Hello,

Could you prepare a simple report with test data that we can run and reproduce the issue, and send us for analysis?

Thank you.
Post Reply