hi everyone,
I need to transpose the data from row to column and column to row where rows and columns are both dynamic.
this need to be perform without excel shortcut keys, linq query, and macro vba.
if possible through looping and data table activities.
hi @supriya117 i don’t need activities as of they are third party packages might get error in future as i mention in post through looping or any datatable activities it is possible or not please let me know.
hi @Gokul_Jayakumar
i had used earlier modern activities sometimes it won’t work proper so i switched my every process in classic activities it works easily.
as i mention in post through looping or any data table it is possible or not please let me know.
Hi @sasi_poosarla
I had used earlier modern sometimes it won’t work proper so i switched my every process in classic activities it works easily.
as i mention in post through looping or any data table it is possible or not please let me know.
@suraj.l , You can access the Modern activities from Classic Process.
Try the above one. It will display the Modern activities along with Clasic.
For only the transpose step you can use it.
Otherwise you need to use the LinQ Expression.