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

sql server reporting services

group:

Grouping, Reporting, Visual Studio 2003


Grouping, Reporting, Visual Studio 2003 Jim
1/20/2005 2:19:03 PM
sql server reporting services:
I'm creating a report with Visual Studio 2003 and the reporting project.

I'd like to group like:
1/1/04
Mary
Bill
John
1/2/04
Mary
bill
John

Right now I'm getting the grouping:
1/1/04
Mary
1/1/04
Bill
1/1/04
John
1/2/04
Mary
etc...

The Groupings are:
Group Header #1 is assigned field, date, to group by
Group Header #2 is assigned field, Name, to group by and assigned Parent,
date.

Re: Grouping, Reporting, Visual Studio 2003 Robert Bruckner [MSFT]
1/20/2005 5:51:23 PM
You only need one grouping based on the date. Just remove the second (inner)
grouping.

--
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Re: Grouping, Reporting, Visual Studio 2003 Jim
1/21/2005 6:59:04 AM
Thanks, it worked.

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