![]() ![]() ![]() ![]() |
|||||
|
|||||
樓主 Hour Li ![]()
![]() |
I am connecting to Oracle data base through SSRS. and using query parameter IN (?) for one of the report. For single selection, it is working fine. if I wanted to pass multiple values it's giving me following error. 錯誤訊息如下: An error has occurred during report processing. cannot add multi value query parameter '?' for dataset 'DataSet1' because it is not supported by the data extension. 若使用 Oracle 9 或更新版本,則支援多重值的參數。 https://docs.microsoft.com/zh-tw/sql/reporting-services/report-data/oracle-connection-type-ssrs?view=sql-server-2017 |