Browse by Tags

Dynamic Crosstab with multiple pivot columns
Published 16 August 7 8:54 AM | SSQA.net
Jeff Smith in his weblog showed how to generate Crosstab reports using a stored procedure. 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...