Hi Marco,
You can remove typed parameter check and pass the string as 'val1','val2','val3'.... in the param.1.
In query condition, it would be like
[ColumnName] in ([Param.1])
This should serve the purpose.
Thanks,
Swaroop
Hi Marco,
You can remove typed parameter check and pass the string as 'val1','val2','val3'.... in the param.1.
In query condition, it would be like
[ColumnName] in ([Param.1])
This should serve the purpose.
Thanks,
Swaroop