sql server - SSRS How to "Unpivot" my pivotted table -
i have ssrs sub report dynamically retrieving different tables based on auctioning different cells. in order this, pivot tables @ sql server end using dynamic sql in procedure.
when gets ssrs looks this.
field value product dining table length 1.2m width 1m height 0.9m colour brown product bench length 2m width .4m height 0.6m colour white is there clever way "unpivot" table in ssrs so.
product length width height colour dining table 1.2m 1m 0.9m brown bench 2m .4m 0.6m white i've tried using matrix can't figure out way it. thanks.
here thing missing unique id along sql result set, field used in row grouping. can refer similar post add columns automatically in ssrs report posted me
Comments
Post a Comment