Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SSRS filters using "IN"

    When using IN be sure your parameter is not set to the first value:

    =Parameters!NameofParam.Value(0). This is the default. Remove the "(0)" and you'll get the array automatically.

    NameofField.Value

    IN

    Parameters!NameofParam.Value

Viewing post 1 (of 1 total)