Hi,
I have SSRS paramter (Multivalue) which is being passed in DP class as a List Object. Now in the DP class, I want to filter a transaction table based on the values of List Object.
List Object is a Customer Account Number.
How do i effectively write the select statement to get the result based on above requirement? I want to avoid iteration from List. Is it possible?
Has anyone faced this before?
*This post is locked for comments