Converting number to words which is typically used for FINANCE applications

0
Hello Team, We have a requirement for converting number to words which is typically used for FINANCE applications.   Any idea whether any apps exist for this? or anyone done this type of change?
asked
1 answers
0

Hi Sheshadri,

 

There is no Mendix module, but there is a number-to-text library you could implement in a JS action:

https://www.npmjs.com/package/number-to-text

answered