Reputation: 1
I am attempting to change an old report that uses an ODBC data source.
The change I am making is to change the Query to accept a multi-parameter assignment that is passed in through the ? variable.
But ANY attempt to change the query to look for a Multi-Value scenario result in an error.
In other words, it seems like when you are using an ODBC connection, it MUST BE a 1:1 comparison (VariableName=?)
I've tried CHARINDEX & POSITION IN
Upvotes: 0
Views: 10