I am creating a report which has a multivalue parameter user. It gets all the users from the database. The report also uses a query directly similar to "select col1, col2, col3
from table1
where (col1 in (@user)) and .....
When I run this report with the user parameter set to Multivalue I get the following error
An error has occured while processing Report:
Failed to convert parameter value from a Object[] to a String.
---------------InnerException---------------------------
Object must implement IConvertible
The report runs fine if the @user is not set to multivalue. The type on @user is a string.
Please advise.
Thanks for your time in advance
from table1
where (col1 in (@user)) and .....
When I run this report with the user parameter set to Multivalue I get the following error
An error has occured while processing Report:
Failed to convert parameter value from a Object[] to a String.
---------------InnerException---------------------------
Object must implement IConvertible
The report runs fine if the @user is not set to multivalue. The type on @user is a string.
Please advise.
Thanks for your time in advance