Can we convert Currency into INR(Indian Rupees, Ex: 1,00,000) using FormatCurrency()?
Hello Hello,
Here is the documentation link regarding the FormatCurrency function:
https://success.outsystems.com/documentation/11/reference/outsystems_language/logic/built_in_functions/format/
Best regards,
Ana
Hello,
Using FormatCurrency() will give you following results:
Hence the comma will be after every 3 digits.
Thanks Mohd Anees Mansoori ,
But Can we convert 1000000 into 10,00,000 instead of 1,000,000 ?
Hii,
You can refer to the below post
https://www.outsystems.com/forums/discussion/85141/i-want-to-convert-instead-of-us-dollar-indian-rupee-in-react-ex-4-13-41-414-00/
Also follow links inside that post.
Hope that will help.
Thanks
Anees
Hi @Sravankumarreddy Asipireddygari ,
Please check my forge component example link
https://www.outsystems.com/forge/component-overview/16416/javascript-examples
https://sushant-sharma31.outsystemscloud.com/JavascriptExamples/SampleScreen?_ts=638302983221060194
Hope this will help you :)
Thanks,
AV