Page 1 of 2

List variable not appearing on rendered report

Posted: Mon Aug 24, 2020 11:09 am
by semaphore
Good Day,

We are trying to add filter variables to our report and repopulate them with some static data, however when the report is rendered in .net core the list is empty.
The attachment img 1.PNG is no longer available
img2.PNG
img2.PNG (11.8 KiB) Viewed 3761 times
Please advise.

Re: List variable not appearing on rendered report

Posted: Wed Aug 26, 2020 6:15 am
by semaphore
Any feedback on the above? Is this another feature not present in the .NET core version?

Re: List variable not appearing on rendered report

Posted: Wed Aug 26, 2020 8:20 pm
by Lech Kulikowski
Hello,

Tha issue is fixed. The fix will be available in the next build in the next week.

Thank you.

Re: List variable not appearing on rendered report

Posted: Thu Aug 27, 2020 6:29 am
by semaphore
Thanks, further to this once a variable is setup how can one reference it say in a filter or SQL parameter? would I just go Division.Value?

Re: List variable not appearing on rendered report

Posted: Thu Aug 27, 2020 6:47 am
by Lech Kulikowski
Hello,

To use List variables in the query, you should use ToQueryString() method.

Thank you.

Re: List variable not appearing on rendered report

Posted: Thu Aug 27, 2020 6:52 am
by semaphore
Lech Kulikowski wrote: Thu Aug 27, 2020 6:47 am Hello,

To use List variables in the query, you should use ToQueryString() method.

Thank you.
How would you use the var2,var1 in the databand filter or sql sproc parameter?

Edit: Do the filters allow expressions?

Re: List variable not appearing on rendered report

Posted: Thu Aug 27, 2020 7:33 am
by Lech Kulikowski
Hello,

In the report, var1 is used for select values, in var2 is added check to empty list and prepare string for the query.

Thank you.

Re: List variable not appearing on rendered report

Posted: Tue Sep 08, 2020 2:38 pm
by semaphore
When is the fix for this going to be released? It's currently a critical blocker on our software and I have not seen any updated nuget packages for it, the current version im running is 2020.4.1.1

Re: List variable not appearing on rendered report

Posted: Thu Sep 10, 2020 5:54 am
by semaphore
Lech Kulikowski, may I please have an indication as to when the fix is going to be released for the above issue?

Re: List variable not appearing on rendered report

Posted: Thu Sep 10, 2020 8:41 am
by Lech Kulikowski
Hello,

The new build will be available within several days.

Thank you.