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!!!
↧