Design two column in reporting service 2008
Dear sir/madam,
I'm using Visual Studio 2008 and SQL Server 2008 SP1. I want to design data to show two columns in list as below:
Annual Appraisal Probation Appraisal
Sepcial Appraisal Comment
I look forward to hearing from you.
Thanks,
Seyha
seyha
November 4th, 2010 11:49am
are you getting data from Cube or T SQLGaurav Gupta http://sqlservermsbiblog.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2010 2:24pm
Dear Gaurav Gupta,
I am getting data from T-SQL. SELECT PerfApprType FROM Tbl_PerfAppraisal .
Thanks,
Seyhaseyha
November 4th, 2010 7:54pm
Hi seyha,
Based on my understanding, the dataset returns rows as follows:
Annual Appraisal
Probation Appraisal
Sepcial Appraisal
Comment
and you want them display on the report like this:
Annual Appraisal Probation Appraisal
Sepcial Appraisal Comment
if so, it is hard to achieve this in reporting services, instead, we could do it in dataset query using T-SQL.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
November 7th, 2010 9:35pm
Dear Jerry Nee,
Can please you tell me how to do it using T-SQL without preparing data in dataset.
Thanks,
Seyhaseyha
November 11th, 2010 10:51am