Method: Convert null decimal=>const
Function name: nulltodecimal
Parameter list: (CHAR input, DECIMAL value)
Return type: DECIMAL
What the method does: Converts a NULL in a decimal source column to the decimal value you specify. If the column is not null, then the column value is returned. The first argument must be an SQL column.