Categories
- All Categories
- Oracle Analytics Learning Hub
- 30 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 238 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How print check amount in text format
Ram Prakash
Rank 1 - Community Starter
Summary
How print check amount in text format
Content
Hi,
I have a requirement to print the check amount in text format in BI publisher.
Eg: if the amount 525.00
it should print as FIVE TWO FIVE.
can anyone help me in this.
0
Answers
-
In rtf template you can use <?xdoxslt: toWordsAmt()?>
eg: <?xdoxslt: toWordsAmt(DATA/Amount)?>
or you can handle it in SQL query if using SQL query as data model.
Check this blog: https://blogs.oracle.com/xmlpublisher/numbers-to-words-update
0