Column Name | Description |
---|---|
Field | Name of the field. |
Expression | For information, see Specifying Field Expression Note: This column is applicable for targets only. |
Description | Description for the field. |
Type | Data type of the field. |
Size | Size of the field. |
Properties | For information, see Specifying Field Properties and Changing Field Properties. |
Aggregating | For information, see Managing Events and Actions. Note: This column is applicable for targets only. |
Properties | You can specify the following properties for a field: • Field Required - Select Yes if the field is required, else select No. Default is No. • Description - Description of the field. • SQL Literal - Select Yes to insert the value of the field into a SQL statement without quotations (""), else select No. Default is no. • Min occurrence - Specifies the minimum number of times that the field(s) can occur in a given record. Select one of the following: – 0 – 1 – 2 • Max occurrence - Specifies the maximum number of times that the field(s) can occur in a given record. Select one of the following: – 0 – 1 – 2 – Unbounded • Default Value - If applicable, enter the default value. Default values can be applied to target field expressions. • Field Dependency - Used internally by the EDI 999 Validator component to support SNIP 3 validation. Please do not modify. • Dependency Function - Used internally by the EDI 999 Validator component to support SNIP 3 validation. Please do not modify. • Data Type - Select the data type from the dropdown menu. Based on the selected data type, relevant properties are displayed. You must be connected to see the complete data type list. |
Property | Description |
Aggregating | Indicates that the value will be aggregated for the selected target. By default, this option is selected. |
Aggregate Distinct | Eliminates duplicate values before the computation. By default, this option is not selected. |
Target Path | Displays the target path in the following format: /<<TargetName>>/<<RecordName>>/<<FieldName>> |
Function | Select the required function. By default, Average is selected. For more information about functions, see the Aggregate Functions table. |
Parameters grid with Parameters and Values columns | Based on the selected Aggregate Function, specify the value for the parameter. For example, if Concat is the selected Function, then you must provide the Value for the value_separator parameter. |
Aggregate Function | Distinct Values Supported | Description |
Average | Yes | Returns the average value of the set of numeric values computed by the expression each time the target field is mapped. Non-numeric data values are ignored. |
Concat | Yes | Returns a string of concatenated values from the mapping expression. |
Count | Yes | Returns the number of non-NULL values for the set of values computed by the expression. If the expression is omitted, the result is the count of how many times the Count function is evaluated. When you use the Count function on dates, it counts the number of valid dates in a column and returns that number. |
Sum | Yes | Returns the sum of the set of numeric values computed by the expression each time the target field is mapped. Non-numeric data values are ignored. |
First | No | Returns the first value computed by the expression. |
Last | No | Returns the last value computed by the expression. |
Max | No | Returns the maximum value of the set of values computed by the expression each time the target field is mapped. |
Min | No | Returns the minimum value of the set of values computed by the expression each time the target field is mapped. |