You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.

AQ_SpelledCurrency


Use this mask type to display a currency value in words.


Parameters


NameDescriptionTypeRequired
spellzerocentsFALSE (default) to omit converting zero decimal values to words  TRUE to convert zero decimal values to wordsbooleanfalse
currencythe type of currency e.g. euro, dollar, poundstringfalse


Supported attribute types

  • currency


Supported languages

  • Dutch

  • English

Which language will be used to display weekdays, days, months or years in words is determined by the language in which you specified your document.


Examples

To displayasuse this parameters
€ 20,-Twenty euroscurrency: euro
€ 20,-Twenty euros and zero centsspellzerocents: true  currency: euro
$ 20,12Twenty dollars and twelve centscurrency: dollar

Back to Top