Convert Numbers to words in OTBI Report.
Summary:
Hi Everyone!
I am trying to build a OTBI report for employees salary. Subject area used: Compensation - Salary Details Real Time.
I want a column where it display the amount as words - For example, If the salary column is 1 lakh, I need to have "one lakh" in words. Tried below thread but it didn't work.
EVALUATE('to_char(to_date(%1,%2),%3)' AS CHAR(50), "Salary"."Annualized Salary",'j','jsp')
Is it possible to achieve?
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0