Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SSRS 2014 How to pass Multiple values with like operator in a parameter

$
0
0
Hello,I am new here and looking for some help in ssrs 2014. The actual problem is that I want in a @Parameter the user to be able to enters multiple values. For example [AAABBB, BBBAAA, AAACCC, ....] and I want in the query to run the following logic somehow..Split each value and add * in the end and then use them as OR.Where [Item Category Code] Like AAABBB+'%' OR [Item Category Code] Like BBBAAA+'%' OR [Item Category Code] Like AAACCC+'%' )Is this possible? can some one explain me how to implement this?Thank you in advance!!!

Viewing all articles
Browse latest Browse all 3145

Trending Articles