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

sql server reporting services

group:

Display Multiple Records In One Grouping Line


Display Multiple Records In One Grouping Line bjkaledas
8/24/2006 12:40:02 PM
sql server reporting services:
Is it possible to display three different record values in one grouping
header? For instance, I have End of Year values for three different records
for a grouping called Burbank. I am grouping by Burbank, but I want to show
the Year End value for Burbank in 2005, 2006, and a 2007 projection, but they
are three separate records in my query. If statements will only grab the
first year and subreports slow down the report a ton just for one value.

Thanks,

Re: Display Multiple Records In One Grouping Line Ben Watts
8/24/2006 3:05:17 PM
You could always use a case statemnt for each year in your select statement.
[quoted text, click to view]

Re: Display Multiple Records In One Grouping Line Bruce L-C [MVP]
8/25/2006 12:00:00 AM
You can put a sub report in a cell on a line. I have done this on the main
detail line and I have done this in an additional detail line below. That
might work for your needs. Takes a little playing around with the subreport
to make it look correct when embedded in the main report.


--
Bruce Loehle-Conger
MVP SQL Server Reporting Services

[quoted text, click to view]

Re: Display Multiple Records In One Grouping Line bjkaledas
8/25/2006 5:17:02 AM
How would I interact with the select statement in my report though? I have
the say 3 separate records in my SELECT statement of my dataset, but in the
report I want to display them all in one row. It is almost like a Matrix,
but I don't want to grow across. I want to preacknowledge that I have a
value from 2005, 2006, and 2007 that I want to display from three separate
records, but on one line of the report.

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