Working around this (a large number of columns) is to βwrapβ the matrix after so many columns. You can do this by placing the matrix in a table or other matrix with an external table / matrix controlling the wrapper, by checking the "pointer" or grouping number in the data source. To do this, you also need to increase this pointer, which controls the grouping of each n number of rows, where n is the maximum number of columns that you want to display in the matrix report.
An example of a data source that is converted to a matrix: [Group pointer], [Matrix column size], [Matrix row size], [Measure / Data]
Each time the [Group Pointer] pointer breaks down, say, 20 [Matrix column sizes], the outer table / matrix will wrap the inner matrix.
source share