April 28, 2020 at 11:50 am
Hi, how can I create a single filter in SSRS with multiple columns? Below is an example of a table I am currently using.
I will like to have just a single filter with unique values of the above locations.
Thank you
April 28, 2020 at 3:21 pm
use OR?
April 28, 2020 at 3:24 pm
Do you have an example expression?
Thanks
April 28, 2020 at 3:39 pm
[col1] = @Value OR [col2]=@Value
?
April 28, 2020 at 3:50 pm
Thanks a lot 🙂
April 28, 2020 at 4:54 pm
Hi again, I tried using an expression like below but getting "Failed to evaluate the FilterExpression of the DataSet" error
Expression: =(Fields!Mon_AM_Loc.Value = Parameters!Location.Value) or (Fields!Mon_PM_Loc.Value = Parameters!Location.Value) or (Fields!Tue_AM_Loc.Value = Parameters!Location.Value) or (Fields!Tue_PM_Loc.Value = Parameters!Location.Value)
Operator: =
Value: =Parameters!Location.Value
Any help will be greatly appreciated
Thanks
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply