StringList parameter - how to use in a sql query
Posted: Tue Feb 05, 2013 2:29 pm
Hi All,
I want to have a list parameter in my report for users to select multiple values from my list. And then pass this list to a sql statement for use like this: IN (@Parameter)
I have the parameter in the query defined as a varchar(1000) and the variable as a String List. I am getting the following error in the report when I render it.
Failed to convert parameter value from a StringList to a String.
Any suggestions for how to make this work?
I want to have a list parameter in my report for users to select multiple values from my list. And then pass this list to a sql statement for use like this: IN (@Parameter)
I have the parameter in the query defined as a varchar(1000) and the variable as a String List. I am getting the following error in the report when I render it.
Failed to convert parameter value from a StringList to a String.
Any suggestions for how to make this work?