PowerCenter
- PowerCenter 10.5.1
- 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 ))
|
|
|
---|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|