Hi,
I am trying to pass parameters using SSRS but its not working. My source database is oracle. I tried to modify query as
Where State in (:ParamState)
Query is running successfully, but no data is written
ParamState is my parameter which i have created.
Please help.
Thanks
Abhas