November 22, 2007 at 3:54 am
Hello,
I have a report in wich I show a list of countries. The length of this list differs each month and comes from a SSAS datasource.
I want to show this list on my report in a matrix like this:
country1 country6 country11
country2 country7 country12
country3 country8
country4 country9
country5 country10
How can I do this? I need some sort of check that counts the number of countries added and then adds a new column after 5 countries.
I'm sure there is somebody that did this or knows how to do this.
Thanks in advance!
Jorg.
---------------------------------------------------
My Microsoft Business Intelligence blog: http://sqlblogcasts.com/blogs/jorg/
November 23, 2007 at 1:45 am
You need to use a table, not a matrix, and set the number of columns to, say, 3.
November 23, 2007 at 8:50 am
I fixed this problem.
Find the solution here:
Jorg
---------------------------------------------------
My Microsoft Business Intelligence blog: http://sqlblogcasts.com/blogs/jorg/
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply