Hi,
I am using Mysql and while writing the below query I get an error
="select * from Table1 whereParameter in "+"('"+Join(Parameters!Parameter1.Value, "','") + "')"+" "
and the error is
An error has occurred during report processing.
Cannot set the command text for data set 'dataset1'.
Error during processing of the CommandText expression of dataset
'dataset1'.
I have used the same query in other reports it is working fine there.What could be the reason?