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

sql server reporting services

group:

How to specify criteria for Drill-through


How to specify criteria for Drill-through Jackson
8/28/2005 4:44:14 PM
sql server reporting services:
I've just started messing around with reporting services and was wondering
how I can specify a search criteria for a drill-through report?

Currently I have a Main report, so that when a user clicks on a location
e.g. New York. I'd like my report 2 to show only New York information. But
when i set the parameters for report 2 it doesn't seem to filter anything
out. It spews the whole report out. Only time it does work is when I
specify in data views -> criteria -> New York in report 2.


What am I doing wrong?

TIA,

Jackson


Re: How to specify criteria for Drill-through Jackson
8/28/2005 11:17:13 PM

[quoted text, click to view]
Also forgot to say that this is an odbc connection to a database. I noticed
when I tried using a named parameter it gave me an error message. Any other
way of specifying a criteria?

Thanks again,

Jackson

Re: How to specify criteria for Drill-through Mahesh
8/29/2005 3:03:49 PM
Hi,
Here in this case you need to send parametes for report 2, that act
as a filter string in your query/Stored procedure.
eg. When use clicks on New York, you should send one parameters to the
query/SP, say ParamLocation=NY. So Query/SP will return results related
to NY only.

hope this helps you.

Thanks,
Mahesh
Re: How to specify criteria for Drill-through Jackson
8/29/2005 7:55:39 PM

Do you know If I'm able to use stored procedures for a access database? I
don't seem to see that option but I do see the option for a sql db.

Thanks for all the help,

Jackson
[quoted text, click to view]

Re: How to specify criteria for Drill-through Bruce L-C [MVP]
8/29/2005 8:49:19 PM
Access does not have stored procedures.

--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

AddThis Social Bookmark Button