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

sql server reporting services

group:

Too many columns in a Matrix


Too many columns in a Matrix Brent Maloney
2/22/2006 1:45:28 PM
sql server reporting services: I have a need to report on all the ticket numbers assigned to each indiviual.
Currently, i have one report that queries for all the individuals, and in
the table calls a subreport. In the subreport is a matrix that displays all
the tickets assigned to that individual.

The problem that i'm having is that if there are more than 10 tickets
assigned to any 1 individual, then the ticket numbers scroll off the screen.

Is there some way to force a line feed after the 10th column in a matrix?

RE: Too many columns in a Matrix Tnek
3/6/2006 7:30:30 AM
I am having the same problem with formatting of report with dynamically
growing columns, appreciate any insights on this issue.


[quoted text, click to view]
RE: Too many columns in a Matrix Brent Maloney
3/6/2006 7:41:27 AM
I found the answer here:
http://blogs.msdn.com/chrishays/archive/2004/07/23/HorizontalTables.aspx

[quoted text, click to view]
RE: Too many columns in a Matrix MJT
3/6/2006 7:41:30 AM
I dont know if this will help you but it worked for me - I have a report that
has a matrix of columns up to 12 months. I made that report a landscape
orientation by going into report properties and changing the page size to 11
x 8.5 (instead of 8.5 x 11 which is portrait). That cleared up my problem
.... maybe it will work for you too.

[quoted text, click to view]
RE: Too many columns in a Matrix Brent Maloney
3/6/2006 10:15:29 AM
not really. This report that i have can be as wide as 100 inches. It's not
designed to be printed as each report item is a link to additional
information, so it just needs to be displayed on the screen.

The solution that i posted above under the response from Tnek is the
solution that i used flawlessly.

Brent

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