Argument | Required/ Optional | Description |
---|---|---|
value | Required | Must be a string or numeric datatype. Passes the values you want to convert to decimal values. You can enter any valid transformation expression. |
scale | Optional | Must be an integer literal between 0 and 28, inclusive. Specifies the number of digits allowed after the decimal point. If you omit this argument, the function returns a value with the same scale as the input value. |
IN_TAX | RETURN VALUE |
---|---|
'15.6789' | 15.679 |
'60.2' | 60.200 |
'118.348' | 118.348 |
NULL | NULL |
'A12.3Grove' | 0 |
'711A1' | 711 |
'1234567890.123' | 1234567890.123 |
'123456789012345678901234567890.123' | Error. Integration Service skips this row. |
'1234567890123456789012345678901234567890.123 | Error. Integration Service skips this row. |