Informatica Data Quality
- Informatica Data Quality 10.5
- All Products
COUNT(value[,filter_condition] )
COUNT(*[,filter_condition] )
Argument
| Required/
Optional
| Description
|
---|---|---|
value
| Required
| Any datatype except Binary. Passes the values you want to count. You can enter any valid transformation expression.
|
*
| Optional
| Use to count
all rows in a transformation.
|
filter_condition
| Optional
| Limits the rows in the search. The filter condition must be a numeric value or evaluate to TRUE, FALSE, or NULL. You can enter any valid transformation expression.
|
COUNT( ITEM_NAME, IN_STOCK < 5 )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
COUNT( *, QTY < 5 )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
COUNT( * )
|
|
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
emp_phones = [205-128-6478, 722-515-2889] [107-081-0961, 718-051-8116] [344-894-6463, 861-411-8361] [107-031-0961, NULL]
COUNT( emp_phones )