data type attribute
| Description
|
---|---|
Datatype
| The data type of data in the column.
|
Precision
| Total number of digits in a number. For example, the number 123.45 has a precision of 5.
The precision must be greater than or equal to 1.
|
Scale
| Number of digits to the right of the decimal point of a number. For example, the number 123.45 has a scale of 2.
Scale must be greater than or equal to 0.
The scale of a number must be less than its precision.
The maximum scale for a numeric data type is 65535.
|
data type attribute
| Description
|
---|---|
Datatype
| The data type of data in the column.
|
Precision
| Total number of digits in a number. For example, the number 123.45 has a precision of 5.
The precision must be greater than or equal to 1.
|
Scale
| Number of digits to the right of the decimal point of a number. For example, the number 123.45 has a scale of 2.
Scale must be greater than or equal to 0.
The scale of a number must be less than its precision.
The maximum scale for a numeric data type is 65535.
|
Option
| Description
|
---|---|
Lookup Connection
| Connection for the lookup object.
|
Lookup Object
| Object on which you want to lookup a value.
|
Display Technical Field Names Instead of Labels
| Displays technical names instead of business names.
Not available for all connection types.
|
Display Fields in Alphabetical Order
| Displays lookup fields in alphabetical order.
By default, fields appear in the order returned by the lookup system.
|
Source Fields
| Source column to use in the lookup condition.
|
Lookup Fields
| The column in the lookup table to use in the lookup condition.
|
Output Field
| The column in the lookup table that contains the output value.
|
Multiplicity
| Determines how to handle cases when a lookup returns multiple values:
|
Expression
| A simple expression that uses the $OutputField variable to represent the lookup return value.
Enter a simple expression, such as $OutputField*100.
You can use parameters defined in a parameter file in lookup expressions.
To return the lookup return value without an additional expression, use $OutputField.
|