value Function | Vantage CX - value - 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

Converts a string value into a number.

When a number is passed in as a string, the value function causes the value to be treated as a number.

The following criteria expression returns true if the dog is 10 years old (that is, the Customer.dog.age attribute has a value of 10), because 7 multiplied by 10 equals 70.

7 * value(get("Customer.dog.age")) == 70