I have a requirement to transpose a data table i.e. show the columns as rows and rows as columns, in DataManager. I am presuming that a combination of pivot and de-pivot operations can get me there, but I cannot quite nail it. It would be really great to hear if someone has accomplished this already and how. An example IOK file with the series of operations done on a small table would be ideal.
A "Transpose" operation hasn't yet been developed. I don't think you're going to have any luck with pivot and de-pivot. Are you able to transpose the data at source?
Indranil - the fastest way to do this is to use Excel copy paste, the clipboard paste menu has a transpose option. We wondered if there was any real business purpose in the total transpose... we will see how many others routinely need a total transpose.