I'm using SSRS with teradata DB, trying to pass multivalue parameter to the DB.
I knew that this is an issue with SSRS & Teradata, but I found something weird. It's possible to pass multivalue param, but only if it's the first parameter in the query:
SELECT * FROM ts
WHERE LOT in (?) AND Start_Date >= ? AND Start_Date <= ? AND Program like ?||'%'
If I make change and the condition "LOT in (?)" is not the first one, i get error..
UPDATE: I just notice that the location in the query isn't relevant. What that changed is the order of the parameters in "Dataset Properties" (I'm using microsoft Report Builder):