Groups | Blog | Home
all groups > sql server reporting services > july 2007 >

sql server reporting services : Search a parameter.


Scott Burke
7/27/2007 7:44:01 AM
I have a report that has one Parameter.
Open the Parameter and you get 1500 records.
how to I serch the Parameter??????
There is not auto-complete on a Parameter.

EMartinez
7/28/2007 12:26:06 AM
On Jul 27, 9:44 am, Scott Burke <ScottBu...@discussions.microsoft.com>
[quoted text, click to view]


If I am understanding you correctly, I would suggest using 2
parameters. One that is a textbox that accepts a character string. The
second that is dependent on the first and does a filter of the
original 1500 records based on a like statement (etc) of the 1st
parameter's value. Hope this helps.

Regards,

Enrique Martinez
Sr. Software Consultant
panzer
8/10/2007 6:16:03 AM
i'm beginner and i'm trying to do the same thing, but i don't know how to do
it. can you please describe in more details how to do this

i created parameter "search", and parameter "partners" that should be
efected by "search", then i do't know where and how to change dataset of
"partners"

thx
Anže Žolnir

[quoted text, click to view]
EMartinez
8/12/2007 6:03:57 PM
[quoted text, click to view]


Select the 'Report' tab and then 'Report Parameters...' from the drop-
down menu. Take note of the 'Dataset' for 'partners.' Now cancel out
of the dialog and select the 'Data' tab. To the right of 'Dataset:'
select the dataset that you saw in the 'partners' parameter dialog.
Select the 'Edit Selected Dataset' [...] button to the right of the
drop down list of the Dataset. Select the 'Parameters' tab and select
the first parameters value below the 'Value' column that you want to
associate with 'partners.' The 'Value' expression should be something
like: '=3DParameters!search.Value.' Hope this helps.

Regards,

Enrique Martinez
Sr. Software Consultant
AddThis Social Bookmark Button