Unpivot
Definition
Returns rotating columns of a table-valued expression into column values.
Parameters
-
Columns (+add):
- Def: Specify the name of the Column input.
-
Columns names (+add):
- Def: Specify the name of the columns to unpivot.
-
New column name:
- Def: Specify the name of the new column.
-
Value column name:
- Def: Specify the value for the new column.
Additional comments
The unpivot columns have to be in the same format.