How To Display Amount in words in Xml Publisher Rtf?
Ans: to display amount in words in Xml publisher take one form field in rtf and write below code in that.
<?xdoxslt: toWordsAmt(Field_Name)?>
Then it will display amount in words in Indian currency means Rupees not millions.
Example:
<?xdoxslt: toWordsAmt(123454.879)?>
Then it will display as
One Lakh Twenty Three thousand Four hundred Fifty Four and paise Eighty Eight
Ans: to display amount in words in Xml publisher take one form field in rtf and write below code in that.
<?xdoxslt: toWordsAmt(Field_Name)?>
Then it will display amount in words in Indian currency means Rupees not millions.
Example:
<?xdoxslt: toWordsAmt(123454.879)?>
Then it will display as
One Lakh Twenty Three thousand Four hundred Fifty Four and paise Eighty Eight
No comments:
Post a Comment