You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
AQ_SpelledBoolean
Use this mask type to display a boolean value in words.
Parameters
Name | Description | Type | Required |
---|---|---|---|
short | TRUE for an abbreviated notation FALSE (default) for whole words | boolean | false |
Supported attribute types
boolean
Supported languages
Dutch
English
Examples
To display | as | use these parameters |
---|---|---|
TRUE | Yes | short: FALSE |
TRUE | Y | short: TRUE |
AQ_SpelledCurrency
Use this mask type to display a currency value in words.
Parameters
Name | Description | Type | Required |
---|---|---|---|
spellzerocents | FALSE (default) to omit converting zero decimal values to words TRUE to convert zero decimal values to words | boolean | false |
currency | the type of currency e.g. euro, dollar, pound | string | false |
Supported attribute types
currency
Supported languages
Dutch
English
Examples
To display | as | use this parameters |
---|---|---|
€ 20,- | Twenty euros | currency: euro |
€ 20,- | Twenty euros and zero cents | spellzerocents: true currency: euro |
$ 20,12 | Twenty dollars and twelve cents | currency: dollar |
AQ_SpelledDayOfWeek
Use this mask type to display an integer value that represents a weekday in words.
Parameters
Name | Description | Type | Required |
---|---|---|---|
first-day-of-week | the name of the day that you would want to correspond with 1 options: sunday (=default), monday, tuesday, wednesday, thursday, friday or saturday | string | false |
Supported attribute types
integer
Supported languages
Dutch
English
Examples
To display | as | use this parameter |
---|---|---|
1 | Sunday | first-day-of-week: sunday |
1 | Monday | first-day-of-week: monday |
AQ_SpelledDeltaDate
Use this mask type to display the difference between a date and today in words and integers.
Parameters
none
Supported attribute types
date
dateTime
Supported languages
Dutch
English
Examples
Let's go back to 2010-03-26.
Displays | as |
---|---|
2010-03-26 | today |
2010-03-25 | 1 day ago |
2010-02-26 | 1 month ago |
2010-04-26 | in 1 month |
2009-03-26 | 1 year ago |
2010-05-10 | in 1 month and 15 days |
2011-06-19 | in 1 year, 2 months and 24 days |
2012-12-20 | in 2 years, 8 months and 25 days |
AQ_SpelledInteger
Use this mask type to display an integer value in words.
Parameters
none
Supported attribute types
integer
Supported languages
Dutch
English
af, ba, bg, ca, cpe, cs, cy, da, de, el, eo, es, et, fa, fi, fr, fy, ga, gd, haw, hi, hu, id, is, it, ja, kl, kn, lisu, lt, ml, ms, ne, pap, pl, pt, qu, ro, ru, si, sk, sl, sm, sq, sr, sus, sv, sw, th, tl, tr, vi, yi, yo, zh (see a list of language names)
Examples
Displays | as |
---|---|
12 | twelve |
25 | twenty five |
AQ_SpelledMonth
Use this mask type to display an integer value representing a month, in words.
Parameters
none
Supported attribute types
integer (1..12)
Supported languages
Dutch
English
Examples
Displays | as |
---|---|
12 | December |
1 | January |
AQ_SpelledNumber
Use this mask type to display a number value in words.
Parameters
none
Supported attribute types
number
Supported languages
Dutch
English
af, ba, bg, ca, cpe, cs, cy, da, de, el, eo, es, et, fa, fi, fr, fy, ga, gd, haw, hi, hu, id, is, it, ja, kl, kn, lisu, lt, ml, ms, ne, pap, pl, pt, qu, ro, ru, si, sk, sl, sm, sq, sr, sus, sv, sw, th, tl, tr, vi, yi, yo, zh (see a list of language names)
Examples
Displays | as |
---|---|
12,5 | Twelve five tenth |
25,1 | Twenty five one tenth |