Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
chris_cs
Posting Yak Master
223 Posts |
Posted - 2008-07-16 : 09:01:41
|
I need some pointers for a report that I'm trying to create using SSRS. I have a table with quite a few rows and one of the columns ins the user that the row is associated with. I'd like to produce a report that can display all of the rows for a specific user, have a page break, and repeat the report for the next user.I hope this makes sense and I would appreciate some on ideas as to how I can go about this. |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2008-07-16 : 09:41:54
|
Add a group to the report on the User column. see: http://msdn.microsoft.com/en-us/library/bb677373(SQL.100).aspx- Jeffhttp://weblogs.sqlteam.com/JeffS |
 |
|
chris_cs
Posting Yak Master
223 Posts |
Posted - 2008-07-16 : 10:25:28
|
Ok thanks Jeff. I'll look into into and let you know if I need any further assistance. |
 |
|
|
|
|