Informatica Data Quality
- Informatica Data Quality 10.4.0
- All Products
MOD(numeric_value,divisor)
Argument | Required/ Optional | Description |
---|---|---|
numeric_value | Required
| Numeric datatype. The values you want to divide. You can enter any valid transformation expression.
|
divisor | Required
| The numeric value you want to divide by. The divisor cannot be 0.
|
MOD( PRICE, QTY )
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MOD( PRICE, IIF( QTY = 0, NULL, QTY ))
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|