Hi,
I need to allow users to do a multiple selection on a list, and that list it's a Report Parameter.
Supposing that parameter that is shown as a list and has the following name:
@NamesList
So then in the dataSet I do the following:
Select name, salary from Clients where name in @NamesList
I will really appreciate if someone could answer this or at least someone please tell me if this it's possible.


Thanks...