Groups | Blog | Home
all groups > sql server reporting services > december 2004 >

sql server reporting services : Report Layout


DJONES
12/6/2004 12:41:07 PM
I'm working on a report that could potentially require 13 or so datasets in
order to get the specific fields that I need for each section of the report.
The SQL table is structured as follows:

select
year,
branch,
measure,
jan,
feb,
mar
from tblBPM_BP

I was trying to bring all of the measures in on one dataset, but I need to
be able to further filter the data for each section of the report (i.e. Sales
& headcount). Is there a better technique than using a dataset for each
section of the report?
Victor
12/6/2004 1:53:12 PM
What about using filters.


[quoted text, click to view]
DJONES
12/6/2004 2:31:01 PM
Can I filter out data in a table w/i the report designer?

[quoted text, click to view]
Victor
12/6/2004 2:37:04 PM
Table properties -> Filters

[quoted text, click to view]
DJONES
12/6/2004 2:59:07 PM
That will do the trick. Thanks!

[quoted text, click to view]
AddThis Social Bookmark Button