I am passing a string parameter which contain mutiple names seperate with commas ',' from my form to the report through a report viewer .
So I need to split them now . I knew that it (function) should come like this Split(parmeter_name,","). But where should I use it?
At layout>available value>nonquery or..
Can i use different kind of method to split them within my query statement?