Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Invoice amount in Words

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:
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