posted on Friday, August 10, 2007 4:28 AM
by
Madhivanan
Dynamic Crosstab with multiple PIVOT Columns
My blog has moved to http://sqlblogcasts.com/blogs/Madhivanan
The full version of this post can be found here, http://sqlblogcasts.com/blogs/madhivanan/archive/2007/08/27/dynamic-crosstab-with-multiple-pivot-columns.aspx The new RSS feed is here
Jeff Smith in his weblog showed how to generate Crosstab reports using a stored procedure. It works only for one PIVOT Column.I had a requirement to generate crosstab reports with more than one pivot column. So I used the same approach he used and modified his procedure as shown below
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/madhivanan/archive/2007/08/27/dynamic-crosstab-with-multiple-pivot-columns.aspx