Skip to content

Commit 2239be9

Browse files
updated screenshots
1 parent dae462f commit 2239be9

6 files changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/refguide/modeling/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ As mentioned above the scale of a decimal is configurable between the values of
3737

3838
<< Image decimal_precision_setting.png >>
3939

40-
When configuring a decimal precision by adjusting the scale the UI will need to be adjusted to respond to the changes. By default datagrids format decimals with a fixed scale of 2. When specifying `fixed` formatting, the UI will display the value rounded or padded to fit into the fixed format. Eg: `1.2345` will result `1.20` when selecting 2 and `1.23450` when selecting 5. When `Auto` formatting is specified, the UI will disply the value as it is stored.
40+
When configuring a decimal precision by adjusting the scale, usages of the decimal in frontend elements such as datagrids will also need to be adjusted to respond to the changes. By default frontend components format decimals with a fixed scale of 2. When specifying `fixed` formatting, the UI will display the value rounded or padded to fit into the fixed format. Eg: `1.2345` will result `1.20` when selecting 2 and `1.23450` when selecting 5. When `Auto` formatting is specified, the UI will disply the value as it is stored.
4141

4242
<< Image decimal_precision_formatting.png >>
-45.5 KB
Binary file not shown.
-91.9 KB
Binary file not shown.
62.7 KB
Loading
44.7 KB
Loading
89.3 KB
Loading

0 commit comments

Comments
 (0)