NaN Function | Vantage CX - NaN - Vantage Customer Experience

Vantage Customer Experience User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Vantage Customer Experience
Release Number
1.6
Published
October 2023
Language
English (United States)
Last Update
2023-10-26
dita:mapPath
hbt1563223944614.ditamap
dita:ditavalPath
oyf1565965838286.ditaval
dita:id
tmo1562969305444
Product Category
Teradata Applications

Returns true if the attribute value that should have been a mathematical number is not a number.

The following criteria expression always returns true because an invalid average—the average of nothing—is not a number.

avg("") == NaN

Using the value function on a text string produces an error rather than NaN (not a number).