Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: MultiValue Parameter

    select ... from ...

    where ... in(@Code)

    it works

    but

    ="

    select .. from ...

    where ... in('"+parameters!Code.Value+"')

    I am writing but it doesnt work

    why??

  • RE: Multi value param with Sproc

    where in(@Code) it works

    but where in('"+parameters!Code.Value+"') I am writing but it doesnt work why??

Viewing 2 posts - 1 through 2 (of 2 total)