Page 1 of 1
Filtered a databand with a list variable
Posted: Mon Nov 25, 2024 9:30 am
by Souhib
Hello,
I want to filter a databand with a list variable but it does not work.
I have created a list variable FundId. This variable contains the ids of my Fund entity (please see the attached file).
Then I have added a filter in the databand Fund like this Fund.Id == FundId so that the databand is filtered using the values in the id list (please see the attached file).
The filter does not work.
It is possible to filter a databand with a list variable ?
Thank you for your help.
Re: Filtered a databand with a list variable
Posted: Mon Nov 25, 2024 11:08 am
by Lech Kulikowski
Hello,
You need to use the following expression:
ListVariableName.Contains(DataSourceName.ColumnName)
Thank you.
Re: Filtered a databand with a list variable
Posted: Thu Nov 28, 2024 10:46 am
by Souhib
Hello,
The filter still does not work even if I used the expression: ListVariableName.Contains(DataSourceName.ColumnName).
Could you help me?
Thank you.
Re: Filtered a databand with a list variable
Posted: Thu Nov 28, 2024 2:33 pm
by Lech Kulikowski
Hello,
Please send us a sample report with test data that reproduces the issue for analysis.
Thank you.
Re: Filtered a databand with a list variable
Posted: Fri Nov 29, 2024 9:02 am
by Souhib
Hello,
Please the attached file.
The second attached file with the list of id I want to filter the fund databand with.
Thank you.
Re: Filtered a databand with a list variable
Posted: Fri Nov 29, 2024 8:08 pm
by Lech Kulikowski
Hello,
Please send test data for your report.
Also, please check the sample report.
Thank you.
Re: Filtered a databand with a list variable
Posted: Thu Dec 05, 2024 10:11 am
by Souhib
Hello,
I am using a tool where Stimulsoft is implemented.
I want to filter the databand Fund in the report with a variable that I send from this tool.
The list variable sent is of this format [1,2,3] (1,2,3 is the list of id).
In what format should the list variable be sent to stimulsoft for it to be interpreted?
Thank you.
Re: Filtered a databand with a list variable
Posted: Thu Dec 05, 2024 11:31 am
by Lech Kulikowski
Hello,
Please send your request to developers of this tool.
Thank you.