I want to transpose column to row and also concatenate values by semicolon separated. Here is example. I can transpose column values for first 2 rows but how can I build 3rd column from rest of the rows?
Thanks for your quick solution.
However I was able to implement the same solution but if you look at the 3rd column in the OutputDT mentioned in my post which is what I am trying to achieve.
In 3rd column from 3rd row onward all values are semicolon separated.