I need to know how, and if, possible to create a multiple value parameter in SQL Server 2000 Reporting Services. I need this for a client of mine. Any help/tips/etc will be greatly appreciated.
Thank you,
Hi,
Unfortunatelly, there is no official way to push multipy values fo parmeters in SSRS 2000, however, you can hardcode a list with multiply values behind eg: Sales Users as text and "Jim; Bob " ...etc as values and reuse them in the procedure or construct your t-sql string based on parameter with sp_executesql. There is a security risk with the last option.
Regards,
Janos
|||Thanks a lot Janos. I'll see what I can do. Maybe I can convince the client to go to SSRS 2005?Let's hope.
Thanks anyway,
No comments:
Post a Comment