Hi All
I have the report that should use multi value parameter to filter the report. I have a main dataset and a dataset to get the multi values. the database is Netezza (using ODBC created the datasource) and I tried a lot with different ways and it says it doesn't support data extension. where in (:Area),where in ?,where in (@Area) didn't work where area parameter is set to multi value and the data available to the parameter is through the dataset dstArea.I have a main dataset where the where clause for area is set.
I can perform this using ssrs expression.
But I don’t want to perform this using Expression. Is there any other way to do in query itself?
Regards
Thiyahoo