Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 222 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 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
Invoice amount in Words

Kammarapalli Venkatesh-Oracle
Rank 2 - Community Beginner
Organization Name (Required - If you are an Oracle Partner, please provide the organization you are logging the idea on behalf of):
When ever 123.02 for invoice amount once we used the function like below it's not adding the zero's
<?xdofx:to_check_number(CHECK_AMOUNT,2,'CASE_UPPER','DECIMAL_STYLE_WORDS')?>
Description (Required):
Use Case and Business Need (Required):
Enhancement Request / Service Request:
Tagged:
1
Comments
-
this is XML
<?xml version = '1.0' encoding = 'utf-8'?>
<DATA_DS>
<G_1>
<CHECK_AMOUNT>12005.023</CHECK_AMOUNT>
</G_1>
<G_1>
<CHECK_AMOUNT>12051.023</CHECK_AMOUNT>
</G_1>
</DATA_DS>
0 -
It is printing like this twelve thousand three hundred forty-five and two
0