Alright. I'm stuck. I admit it!
I have a bunch of names, and each name can have one or more 'roles'(operator, reader, key operator, etc. Just random words really.) attached to it.
Using reporting services, I've managed to get the information I need with relative ease... the only problem is, with 900 some records to display, it's current length of 41 pages with just one column going down the left side of each page is not exactly preferred by my superior (can't say I blame him really. Looks kind of odd!)
It looks like this right now:
Name1
Function
Function
Function
Name2
Function
Function
Name3
Function
Function
etc all the way down to page 41
I need it to look something like this:
Name 1 Name 4 Name 7
Function Function Function
Name 2 Name 5 Function
Function Function Name 8
Function Function Function
Name 3 Name 6 Function
Function Function Function
etc. Or some variation of...
I've fiddled around, and merely adding one extra column to the initial table-layout with the same =(!UserName etc) just merely replicates the data in the second column... not giving me the new stuff.
I'm quite new to reporting services, but none of the tutorials I've seen/done seem to accomodate for this... Heeelp!
How about this:
Select the first third of the data as a field for your dataset (you'll need some index field in your data to indicate how much data you've selected). Call it say, Column1.
Select the second and third part of the data similarly as respective fields accordingly. Call these Column 2 and Column 3.
Then set up a table or matrix with fields for Column 1 2 and 3.
|||You can put your table into multiple columns on the page by:
From the main menu, select report|report properties
select Layout tab
Change the columns to 3
type 0in for spacing and .5in for the margins
check it out in preview
these instuctions are from the book SSRS2005 by Brian Larson, get your own copy from Amazon
|||Awesome. That does the job right there.
Thanks for the help! Both of you
No comments:
Post a Comment