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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Report with queries as column headers?

Author  Topic 

chasingvertigo
Starting Member

5 Posts

Posted - 2010-01-30 : 22:05:16
I need to create a report like this:



The problem I'm having is the headers of the report need to be the judges names for each column, as well as the judge's position.

Can anyone suggest how to get the judge's names as headings?

I'm a beginner in SQL Reporting Services, so I hope I've given enough information.

slimt_slimt
Aged Yak Warrior

746 Posts

Posted - 2010-01-31 : 15:16:53
hi,

based on your query it would be much easier to determine if you need a matrix or table as report output and if you can tell what is static and what is dynamic regarding the headers?

best
Go to Top of Page
   

- Advertisement -