Multi Select Filter
Multi Select Filter
I am using the desktop report designer and want to add a filter that is a mutli select with an (all) option. I have created a variable and set the filter in the band. When I run the report the dropdown to filter appears as expected, but I can only filter on one option and (all) does not work. Can anyone advise how I make this work please?
- Attachments
-
- stimulsoft variable.jpg (64.7 KiB) Viewed 12816 times
-
- Posts: 7332
- Joined: Tue Mar 20, 2018 5:34 am
Re: Multi Select Filter
Hello,
You should use the following expression:
Variable.Contains(datasource.column)
Thank you.
You should use the following expression:
Variable.Contains(datasource.column)
Thank you.