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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

AQ_RomanInteger


Use this mask type to display positive integer values as roman numerals.


Parameters

NameDescriptionTypeRequired
case“upper” for uppercase roman numerals  “lower” (default) for lowercase numeralsstringfalse


Supported attribute types

  • positive integer (0 < integer < 1.000.000)


Examples

To displayasuse this parameter
3iiicase: lower
3IIIcase: upper

Back to Top


AQ_SetCase


Us this mask type to make the characters of the selected part of the string uppercase or lowercase.


Parameters

NameDescriptionTypeRequired
case“upper” to convert the selection to uppercase  “lower” (default) to convert the selection to lowercasestringfalse
start-indexthe position of the first character you want to selectstringfalse
end-indexthe position of the last character you want to selectstringfalse


Supported attribute types

  • string


Examples

To displayasuse these parameters
a sTrinG ValUEa string ValUEcase: lower  end-index: 8
a sTrinG ValUEa STRING ValUEcase: upper  start-index: 3  end-index: 8

Back to Top


AQ_SpelledBoolean


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


Parameters

NameDescriptionTypeRequired
shortTRUE for an abbreviated notation  FALSE (default) for whole wordsbooleanfalse


Supported attribute types

  • boolean


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 these parameters
TRUEYesshort: FALSE
TRUEYshort: TRUE

Back to Top


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

AQ_SpelledDayOfWeek


Use this mask type to display an integer value that represents a weekday in words.


Parameters

NameDescriptionTypeRequired
first-day-of-weekthe name of the day that you would want to correspond with 1  options: sunday (=default), monday, tuesday, wednesday, thursday, friday or saturdaystringfalse


Supported attribute types

  • integer


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 parameter
1Sundayfirst-day-of-week: sunday
1Mondayfirst-day-of-week: monday

Back to Top




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

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

Let's go back to 2010-03-26.


Displaysas
2010-03-26today
2010-03-251 day ago
2010-02-261 month ago
2010-04-26in 1 month
2009-03-261 year ago
2010-05-10in 1 month and 15 days
2011-06-19in 1 year, 2 months and 24 days
2012-12-20

in 2 years, 8 months and 25 days


Back to Top



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)

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

Displaysas
12twelve
25twenty five

Back to Top


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

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

Displaysas
12December
1January

Back to Top


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)

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

Displaysas
12,5Twelve five tenth
25,1Twenty five one tenth

Back to Top


  • No labels