notEqualTo Function | Vantage CX - notEqualTo - 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 all the values not equal to the given parameter values. The notEqualTo function is used only within the context of the filter or is functions.

count(
                filter(
                                get("Account.cart"),
                                "price",
                                notEqualTo(40)
                )
) == 3

The example returns true if there are three rows for price that have a value not equal to 40.