how to convert number in words in erp
In BIP report in cloud , we have to print one amount column in words. We have used the condition as below to convert it , but unfortunately it works upto one limit and later started giving below error. Could anyone please help if we have any option available to convert numbers in words?
There is a limitation while using Julian dates ,It ranges from 1 to 5373484. That’s why if you enter the values more than 5373484, it will throw you an error as shown below:
ORA-01854: julian date must be between 1 and 5373484
to_char(to_date(TRUNC( ( SELECT
UPPER (SUBSTR (NVL (ABS (SUM (trunc(rctl.extended_amount))), 0), 1, 1))
Tagged:
0