57
Views
8
Comments
Solved
How do convert numbers into words any forge component
Question

 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?

2024-05-14 06-52-28
Srigovindh-EONE
Solution

Hi Gopal

Using this forge component to convert numbers to words

.convert number to word

2024-11-14 08-23-36
Melvin September

Hi Gopal

Outsystems has a built in function IntegerToText(number).

Mvg,
Melvin

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

That function will not convert numbers to words. It only converts the data type.

2024-03-22 09-17-23
Chandra Vikas Sharma

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

2019-01-07 16-04-16
Siya
 
MVP

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.

2025-01-09 14-56-57
IQ78
2023-10-26 15-12-53
Mohammed Rizwan

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


TestF.oml
2024-11-05 11-28-22
Sunil Rajput

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


DailyTask.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.