Analysis Options | Data Explorer | Vantage Analytics Library - Values Analysis - Vantage Analytics Library

Vantage Analytics Library User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Vantage Analytics Library
Release Number
2.2.0
Published
March 2023
Language
English (United States)
Last Update
2024-01-02
dita:mapPath
ibw1595473364329.ditamap
dita:ditavalPath
iup1603985291876.ditaval
dita:id
zyl1473786378775
Product Category
Teradata Vantage
If you specify Values analysis, Data Explorer performs Values analysis (described in Values) on every specified column in every specified input table, using this procedure:
  1. Combine as many counts for the columns in as few SELECT statements as possible.
  2. Put results in a temporary table. (Each SELECT statement is an INSERT SELECT statement.)
  3. Use INSERT SELECT statements to reorganize data for possibly multiple columns and move it to the output table.
  4. Count distinct values separately and update the output table.

    If the count of distinct values fails (as it does when a column is too wide), Data Explorer sets the count for that column to null without affecting other results.

The analysis parameter Compute unique values for each column selected must be selected in order for the uniques parameter value to be returned with a non-null value.