Skip to content

Commit 364f08f

Browse files
committed
Correct example and remove unwanted image.
1 parent 0b53338 commit 364f08f

2 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
@@ -41,6 +41,6 @@ As mentioned above, the scale of a decimal is configurable between the values of
4141

4242
{{< figure src="/attachments/refguide/modeling/data-types/decimal-scale-setting.png" >}}
4343

44-
When you adjust the scale of a decimal precision, you will also need to adjust usages of the decimal in frontend elements such as datagrids 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. For example, `1.2345` will result `1.20` when selecting 2 and `1.23450` when selecting 5. When `Auto` formatting is specified, the UI will display the value as it is stored.
44+
When you adjust the scale of a decimal precision, you will also need to adjust usages of the decimal in frontend elements such as datagrids 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. For example, `1.2345` will result in `1.23` when selecting 2 and `1.23450` when selecting 5. When `Auto` formatting is specified, the UI will display the value as it is stored.
4545

4646
{{< figure src="/attachments/refguide/modeling/data-types/decimal-scale-formatting.png" >}}
Binary file not shown.

0 commit comments

Comments
 (0)