So here is the situation, I understand that when writing a sql statement using MySql that the parameter value is ?:
Select column from some_table where column in (?)
However I have not been able to successfully pass a multi value parameter in SSRS 2008r2 using the Allow multiple values function in SSRS. Is there something that I am missing? Everything I have read so far says that it is not possible, but I think there might be a work around that has not been discovered. Any help would be greatly appreciated.
Select column from some_table where column in (?)
However I have not been able to successfully pass a multi value parameter in SSRS 2008r2 using the Allow multiple values function in SSRS. Is there something that I am missing? Everything I have read so far says that it is not possible, but I think there might be a work around that has not been discovered. Any help would be greatly appreciated.