Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
I'm not clear on what it is you want to merge. It looks like you have a merge showing. Is the report example you are showing the report before or after the merge? It would be helpful to show what the report looks like now (i.e. before) and what you want it to look like (i.e. after). – Stacia Jun 28 '12 at 16:45

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.