June 4, 2009 at 6:43 am
Hi,
How to create a cross tab report in SQL server 2005?
Plz help. Its urgent.
June 4, 2009 at 6:49 am
Look for PIVOT in Books online.
[font="Verdana"]Markus Bohse[/font]
June 4, 2009 at 7:01 am
I am using SSRS and want an alternative to Crystal reports cross tab tables.
Thanks in advance.
June 4, 2009 at 7:22 am
arup_kc (6/4/2009)
I am using SSRS and want an alternative to Crystal reports cross tab tables.Thanks in advance.
Then use a matrix in your report. Or as I said before use a PIVOT query as base for your report.
[font="Verdana"]Markus Bohse[/font]
June 4, 2009 at 8:21 am
Hi Marcus,
My problem is, the no. of columns are not defined. they can varry.
So initially I am going to develop the SP using Pivot. I hope this will work. But while using the report, How I will show all the dinamically generated columns? I think cross tab is the only solution. But as I am new in SSRS, I dont know what is the cross tab equivalent in SSRS.
Please give me some detail description about matrix/ tabular report.
Thanks in advance.
June 5, 2009 at 12:30 am
About how to add a matrix to your report see here:
http://msdn.microsoft.com/en-us/library/cc627441.aspx
and
http://msdn.microsoft.com/en-us/library/ms157334(SQL.90).aspx
About how to make a dynamic PIVOT, when you don't know3the number of columns see here:
http://weblogs.sqlteam.com/jeffs/archive/2005/05/02/4842.aspx
[font="Verdana"]Markus Bohse[/font]
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply