I am working on SSRS report, here I am facing issue in merging column dynamically depend upon the Run time data. Can anyone suggest me how to merge column dynamically in SSRS report.
My Report looks like this,
Year 2011 Year-2012 Year -13
11-Jan 11-Feb 11-Mar 12-Oct 12-Nov 13-Jun Total
Car Loan 23 56 945 345 4 65 9438
Education 45 0 21 5 4 43 118
Other 56 67 0 345 4 4 476
I wanted to merge year column depends on month data available at run time. How can I solve this problem? Thanks.