Categories
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