all groups > sql server reporting services > february 2005 >
You're in the

sql server reporting services

group:

Report Parameter/filter


Report Parameter/filter vbaker
2/8/2005 2:49:03 PM
sql server reporting services:
I have a drop down on my report but I want the user to be able to select more
RE: Report Parameter/filter PistonBlown
2/9/2005 2:33:01 AM
No. I'm afraid out of the box Reporting Services does not support selection
of multiple values in the dropdowns. Its something that I'm looking for a
solution to myself.

[quoted text, click to view]
Re: Report Parameter/filter Wayne Snyder
2/9/2005 4:20:56 PM
Multi select is going to be part of SQL 2005 RS. you can either
1. provide extra parameter fields, they can select one from each field
2. allow them to enter a string which contains multiple values, but you
can't do a good job of prompting here, and you must parse the string or
3. Put an html or asp.net page in front of the report, and expose date
pickers, multi-select combo boxes etc to gather parameters then call the
report via web service URL.

--
Wayne Snyder, MCDBA, SQL Server MVP
Mariner, Charlotte, NC
www.mariner-usa.com
(Please respond only to the newsgroups.)

I support the Professional Association of SQL Server (PASS) and it's
community of SQL Server professionals.
www.sqlpass.org

[quoted text, click to view]

AddThis Social Bookmark Button