You are viewing the documentation for Blueriq 15. Documentation for other versions is available in our documentation directory.
AQ_RomanInteger
Use this mask type to display positive integer values as roman numerals.
Parameters
Name | Description | Type | Required |
---|---|---|---|
case | “upper” for uppercase roman numerals “lower” (default) for lowercase numerals | string | false |
Supported attribute types
positive integer (0 < integer < 1.000.000)
Examples
To display | as | use this parameter |
---|---|---|
3 | iii | case: lower |
3 | III | case: upper |
Overview
Content Tools