Click here to Skip to main content
15,895,833 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How could I Split comma " , " seperated values in a cell to get value into adjacent different column with same column header in SSRS
I got a query table in SSRS report as follows
HTML
ProjectNo.    |  ProjectName      |      Client             |        Programmers |  
01            |    ave            |       rowan, Zica       |        A, B, C     | 

Now I want to display this in SSRS as Follows -
HTML
ProjectNo.  |  ProjectName  |   Client             | Programmers               |                            
 01         |    ave        |   rowan     |  Zica  | A           |  B   |  C   |           

Any suggestion How could i achieve this only using SSRS ,and not modifying the query...

Posted
Updated 24-Apr-14 0:05am
v4

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900