I want to convert for example, 1000 to one thousand (currency). How can i do it in Jasper?
EnglishNumberToWords.convert( $F{field_name} )
You will have to change field_name
and the data type of the convert
method according to your implementation details.