Multi Select Filter

Stimulsoft BI Designer discussion
Post Reply
brightsg
Posts: 5
Joined: Wed Aug 28, 2024 12:33 pm

Multi Select Filter

Post by brightsg »

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
stimulsoft variable.jpg (64.7 KiB) Viewed 12817 times
Lech Kulikowski
Posts: 7332
Joined: Tue Mar 20, 2018 5:34 am

Re: Multi Select Filter

Post by Lech Kulikowski »

Hello,

You should use the following expression:
Variable.Contains(datasource.column)

Thank you.
Post Reply