Page 1 of 1

List variable displays in Report Designer and Report Executor is unavailable

Posted: Wed Dec 01, 2021 2:49 pm
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("'")

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

Posted: Fri Dec 03, 2021 2:14 pm
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.