30
Views
4
Comments
Convert number to words in textline
Application Type
Mobile

where you can see "GetFirstThreeTimes.List.Current.GetFirstThreeTimes" it displays numeric but i want it to display like "one", "two" instead of 1 and 2 

2023-01-11 14-38-58
TESI-Sherwin

hi @Erjon

you can try to check it out

NumbersToWords forge component

https://www.outsystems.com/forge/component-overview/5814/numberstowords-o11

here's the sample demo

https://antonio-pereira-outfit.outsystemscloud.com/NumbersToWords_Demo/

you can also check different options here to reflect on the result

UserImage.jpg
Erjon Merovci

i dont want to use it in a button its just a text is there a way to do it 

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

Who said you need to use it in a button? You can use it as you see fit and show the result in an expression anywhere on your screen.

2023-01-11 14-38-58
TESI-Sherwin

Hi @Erjon Merovci 

As @Daniel Kuhlmann mentioned, there is no need to add a button.

if you are familiar with components/plugins you can use them depending on your needs. they normally have demo screens and have reusable actions/blocks from basic to advanced capabilities


here's a sample output using an expression and looping by user list,

and using the NumberToWords component to convert the user ID to word format



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