J
|
jwehner author 11/4/2021 |
Of course I find the issue after I post. This is the soultion I came up with but there may be a better way. On the SQL query I change the field to this: CAST(OrigBalanceAmount AS DECIMAL(18,2)) as OrigBalanceAmount, |