Built-In Visualization Formats and Types - Teradata AppCenter

Teradata® AppCenter User Guide

Product
Teradata AppCenter
Release Number
2.0
Published
September 2020
Language
English (United States)
Last Update
2020-09-28
dita:mapPath
zzv1586527506119.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1111
Product Category
Analytical Ecosystem
AppCenter supports the following built-in visualization formats and types for apps that run once or on schedule and SQL scripts:
Visualization Format Visualization Types Supported Required Table Structure and Example
CFilter
  • Bar
  • Pie
  • Line
  • Chord
  • Sigma
  • Sigma Legacy
  • Statistics Line
col1_item1 - varchar
col1_item2 - varchar
cntb - int
cnt1 - int
cnt2 - int

Example:


[CFilter visualization example]

nPath®
  • Hierarchical clustering tree
  • Sigma
  • Sigma Legacy
  • Tree
  • Sankey
  • Sankey Legacy
cnt - int
path - varchar

Example:


[nPath visualization example]
Sessionize
  • Bar
  • Pie
  • Line
  • Statistics Line
x - int
y - int

Example:


[Sessionize visualization example]
Tfidf
  • Wordcloud
  • Wordbubbles wordcloud
term - varchar
tf_idf - real

Example:


[Tfidf visualization example]
Find Named Entity
  • Wordcloud
  • Wordbubbles wordcloud
id - int
ENTITY - varchar
TYPE - varchar

Example:


[Find named entity visualization example]
Forest Drive
  • Dtree
worker_ip - varchar
task_index - integer
tree_num - integer
tree - varchar

Example:


[Forest drive visualization example]
If you select a Bar visualization type with the Default format, AppCenter provides the following options to customize the resulting chart:
  • X-Axis (horizontal) and Y-Axis (vertical) labels
  • Show Legend (identify data in visualization)
  • Color Scheme (vivid, natural, cool, fire, solar, air, and more)

The Sigma and Sankey options are part of a new framework for visualizations that will enable AppCenter to support more visualizations in the future.