Attribute Metadata - Decimal output pattern
Attribute Metadata - Decimal output pattern
decimalOutputPattern metadata is a general meta data setting for Decimal number attributes. It changes default pattern from platform settings (decimal.output.pattern) that is used to present decimal data.
This feature is available for Decimal number attributes only.
Table 1. Optional Attribute Metadata
| Name | Value | Description |
|---|---|---|
decimalOutputPattern |
#.0000 |
Defines the pattern for decimal field GUI formatting for attribute. Notation:
|
Table 2. Examples
| Original value | Pattern | Visible value |
|---|---|---|
12.345 |
#.# |
12.3 |
34.5 |
#.0000 |
34.5000 |
67.89 |
000.000 |
067.890 |
98756.4321 |
#0.00### |
98756.4321 |
Table of Contents