Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Unpivot Multiple Row Levels into Columns (attributes)

Hello All, Does anyone know the best way to Unpivot the multiple Rows into Columns? Example Move the Type 1, Type 2,FY, Month into Columns, while keeping the 3 Column values into a Single Column V...
  • Anonymous's avatar
    Anonymous
    8 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!