Groups | Blog | Home
all groups > sql server reporting services > february 2005 >

sql server reporting services : how implement multi-parameters dinamic



Jeff A. Stucker
2/28/2005 5:19:32 PM
There is not a good way to do it with the default interface. (I think it's
coming with SQL 2005, though.)

Possible workarounds are:

* Build a custom user interface. See the samples that come with the
product.
* Have a text box and allow free-form entry (comma-separated). This is a
difficult one for users to get right, and works best when your input options
are integers.

With either of these, your SQL might be structured like so:

WHERE FieldName IN @Parm

--
Cheers,

'(' Jeff A. Stucker
\

Business Intelligence
www.criadvantage.com
--------------------------------------
[quoted text, click to view]

alf
2/28/2005 11:02:37 PM
how can choose more than one parameter in one parameter

ejemp

id name
1 a
2 b
3 c
4 e

I would like can choice 1 and 3 and 4 and same time.

thanks

AddThis Social Bookmark Button