list Function | Vantage CX - list - 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 a temporary list of items.

The following criteria expression creates the list a, b, c and always returns true, because the item positioned second in the list (represented by 1) is b.

get(
   list("a", "b", "c"),
    1
) == "b"