You are viewing the documentation for Blueriq 17. 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

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