Input - 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
Path_Generator Input Table Schema
Column Name Data Type Description
input_column Any Optional. Column other than sequence_column or count_column. Typically, one input_column is a user identifier.
sequence_column VARCHAR Path to analyze, which has this syntax:
symbol [delimiter symbol ...]
Each symbol is an alphanumeric character, typically a code that represents a unique web page view, as in Example.

If the input table is a query result, the query must specify sequence_column in the GROUP BY clause, so that the input table has one row for each unique path.

count_column INTEGER Number of times the path was traveled.