Forum Discussion
Unpivot Multiple Row Levels into Columns (attributes)
- Anonymous8 years ago
Hello All, I was able to acomplish this via a concatenation of the attributes into a single columns, then transposing the entire table and unpivoting all the columns into rows.
Thanks all for your help and inputs!
Hello Jimmy, Thanks for your help.
So essentialy have a single Value Column with different rows for Months.
Currently the Months and other Fields are as Columns, so Im trying to move them to Rows and keeping a Single colum row for the Sales Numeric Values we see now accross 3 Columns.
Thanks
Jorge
Hi Joorge_C,
As a general solution, you can duplicate the table, in the original table, you can remove rows under the first 4 rows, then unpivot these columns. In the second table, you an remove first 4 rows, then do "Unpivot Operation". Then merge two tables together.
Regards,
Jimmy Tao