Field output formats

Learn about the field output format flags.

The field output format flags used in the meta information.

Attribute

Meaning

DigitGrouping

The field is formatted with digit grouping symbols (eg. 1,234.56 instead of 1234.56).

OneDecimalPlaces

The field uses one decimal place for precision.

NoDecimalPlace

The field uses no decimal place for precision.

Percent

The field contains a percentage.

Signed

The field is signed.

DisplayEmpty

The field is numeric and should be formatted as “0” instead of an empty string.

ThreeDecimalPlaces

The field uses three decimal places for precision.

LeadingZeroes

The field is formatted with leading zeroes up to the maximum length.

Amount

The field contains an amount and is formatted likewise (eg. 69,- instead of 69).

FourDecimalPlaces

The field uses four decimal places for precision.

FiveDecimalPlaces

The field uses five decimal places for precision.

Selectable

The field has a clickable selection attached.

SevenDecimalPlaces

The field uses seven decimal places for precision.

DDMMYY

The field is a date with day, month and two-digit year.

DDMM

The field is a date with day and month.

MMYYYY

The field is a date with month and four-digit year.

MMYY

The field is a date with month and two-digit year.

RightAligned

The field is right-aligned.

Centered

The field is centered.

LeftAligned

The field is left-aligned.

SixDecimalPlaces

The field uses six decimal places for precision.

OnlyDigits

The field is a character field, but contains only digits.

TimeWithSeconds

The field is a time field with second precision.

TimeWithMilliseconds

The field is a time field with millisecond precision.

XmlSchema

The field is formatting using XML schema data types.