One filter from multiple columns SSRS

  • Hi, how can I create a single filter in SSRS with multiple columns? Below is an example of a table I am currently using.

    Capture

    I will like to have just a single filter with unique values of the above locations.

    Thank you

  • use OR?

  • Do you have an example expression?

    Thanks

  • [col1] = @Value OR [col2]=@Value

    ?

  • Thanks a lot 🙂

  • 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