PowerCenter
- PowerCenter 10.5
- All Products
Aggregate Test Functions
| Description
|
---|---|
Count
| Counts non-null values.
|
Count Distinct
| Counts distinct non-null values.
|
Count Rows
| Counts all values including nulls.
|
Min
| Calculates the minimum value for a field.
|
Max
| Calculates the maximum value for a field.
|
Average
| Calculates the average of a numeric field.
|
Sum
| Calculates the total of a numeric field.
|
COUNT_ROWS (any fld) > 1000 SUM (Amount) Between 100000, 200000
Set Test Functions
| Description
|
---|---|
Set A in B
| Determines whether all distinct values of A are in B.
|
Set B in A
| Determines whether all distinct values of B are in A.
|
Set A Equal B
| Determines whether A and B have the same distinct values.
|
Set A Not In B
| Determines whether A and B share no common values.
|
Value Test Functions
| Description
|
---|---|
Value
| Tests individual values across data sets. For example,
Value (FldA) Between 10,50
.
|
Outer Value
| Compares values across tables row-by-row to identify orphans across data sets.
|
Not Null
| Determines whether values in fields are not null. For example,
NOT_NULL (FldD) .
|
Not Blank
| Determines whether values in fields are not blank.
|
Unique
| Determines whether values in fields are unique. For example,
UNIQUE (PK) .
|
Format
| Determines whether the values in the field match a pattern or constraint value.
|