Hi! I am new to the OutSystem platform
I want the user to write a number type and convert it into text. How can they do this?
Hi Gopal
Using this forge component to convert numbers to words
.convert number to word
Hi GopalOutsystems has a built in function IntegerToText(number).Mvg,Melvin
That function will not convert numbers to words. It only converts the data type.
HI gopal,
use this forge component to convert number to word.
https://www.outsystems.com/forge/component-overview/1217/number-to-word-o11
Thanks
CV
If your use case doesn't require negative numbers or fractions, you can use the JavaScript code provided in this example for numbers up to 999,999,999. If you need support for lakhs or crores, you can visit this GitHub repository and copy the content from index.js. Make sure to remove module.exports = from line 11.
In Indonesia currency (IDR), try this:
https://www.outsystems.com/forge/component-overview/7377/terbilang-dalam-rupiah-o11
regards
Hi, @gopal ks
To convert number into words you can write your own logic ,
I have worked on this long ago you can refer i have used js to convert.
Sample: https://personal-abfdzfhg.outsystemscloud.com/TestF/Number_ToWords?_ts=638518014956383944
Hii gopal
Hi Gopal I have created number to convert word logically, please check it OML
I have used java script achieve this task
Folder - Word screen name - Translate
Sample -- https://sunil-rajput.outsystemscloud.com/DailyTask/Translate?_ts=638518031134389156