Application Integration
- Application Integration
- All Products
util:in(valueToSearch, values,caseFlag)
Argument
| Required/
Optional
| Description
|
---|---|---|
valueToSearch
| Required
| Can be a string, date, or numeric value. Input value that you want to match against a comma-separated list of values.
To pass a NULL value, you must specify an empty sequence in the following format:
()
|
values
| Required
| Can be a string, date, or numeric value. Comma-separated list of values that you want to search for. Values can be columns. There is no limit to the maximum number of values that you can list.
To pass a NULL value, you must specify an empty sequence in the following format:
()
|
caseFlag
| Optional
| Must be an integer. Determines whether the arguments in this function are case sensitive. You can enter any valid transformation expression.
When
caseFlag is a number other than 0, the function is case sensitive.
When
caseFlag is a null value or 0, the function is not case sensitive.
|
util:in(ITEM_NAME, ‘Chisel Point Knife’, ‘Medium Titanium Knife’, ‘Safety Knife’, 0)
|
|
---|---|
|
|
|
|
|
|
|