Unpivot Arguments - Aster Analytics

Teradata Aster® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
Unpivot
Specifies the names of the unpivot columns—the input columns to unpivot (convert to rows).
Accumulate
Specifies the names of input columns—other than unpivot columns—to copy to the output table. You must specify these columns in the same order that they appear in the input table. No accumulate_column can be an unpivot column.
InputTypes
[Optional] Specifies the data types of the unpivoted values in the output table. Default: 'false' (for each unpivoted column, the function outputs the values in a single VARCHAR column).

If you specify 'true', instead of one column for all attribute values, the output table includes three columns (_long, _double, and _str). The unpivoted value appears in the column corresponding to the value’s data type in the input table.

AttributeColumn
[Optional] Specifies the name of the unpivoted attribute column in the output table. Default: 'attribute'.
ValueColumn
Specifies the name of the unpivoted value column in the output table. Default: 'value'.