Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 2500_config_apps:0700_add_edit_attributes:0300_number_attributes [2026/08/13 00:55] – ↷ Page moved from docs:2500_config_apps:0700_add_edit_attributes:0300_number_attributes to 2500_config_apps:0700_add_edit_attributes:0300_number_attributes localdev | 2500_config_apps:0700_add_edit_attributes:0300_number_attributes [2026/08/13 07:20] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ====== Setting Properties of Number Attributes ====== | ====== Setting Properties of Number Attributes ====== | ||
| - | The Number attribute type represents floating point and decimal numbers. Most properties you need to specify for attributes of the Number type are common to all attribute types – see [[docs:2500_config_apps: | + | The Number attribute type represents floating point and decimal numbers. Most properties you need to specify for attributes of the Number type are common to all attribute types – see [[2500_config_apps: |
| ===== Format ===== | ===== Format ===== | ||
| - | The format basically indicates whether the number may have decimal point and also how many digits should be displayed before and after the decimal point. The format is specified as a text string with special symbols. The allowed special symbols are described in the [[docs:8000_appendices: | + | The format basically indicates whether the number may have decimal point and also how many digits should be displayed before and after the decimal point. The format is specified as a text string with special symbols. The allowed special symbols are described in the [[8000_appendices: |
| ==== Number of digits before decimal point ==== | ==== Number of digits before decimal point ==== | ||
| Line 18: | Line 18: | ||
| ==== Custom format ==== | ==== Custom format ==== | ||
| - | Type the symbols directly into the text box according to the conventions described in [[docs:8000_appendices: | + | Type the symbols directly into the text box according to the conventions described in [[8000_appendices: |
| ===== Min. value / Max. value ===== | ===== Min. value / Max. value ===== | ||
| Line 42: | Line 42: | ||
| This determines the value for the first instance of the object or the first instance of the “group” of instances. The default value is taken from the Value Range defined for the number (if undefined 1 is used). You can also specify an attribute that will hold the initial value. | This determines the value for the first instance of the object or the first instance of the “group” of instances. The default value is taken from the Value Range defined for the number (if undefined 1 is used). You can also specify an attribute that will hold the initial value. | ||
| - | <callout | + | <alert type=" |
| + | **note** | ||
| + | |||
| + | // | ||
| <code aim>IF Order.RefNo IS UNDEFINED THEN | <code aim>IF Order.RefNo IS UNDEFINED THEN | ||
| Order.AutoIncremented = NEXT_SEQUENCE_NMB(' | Order.AutoIncremented = NEXT_SEQUENCE_NMB(' | ||
| - | Order.RefNo = 'Order Prefix ' + OrderAutoincremented </ | + | Order.RefNo = 'Order Prefix ' + OrderAutoincremented </ |
| ===== Presentation Options ===== | ===== Presentation Options ===== | ||
| - | Some common presentation options, such as “label” and description are described in [[docs:2500_config_apps: | + | Some common presentation options, such as “label” and description are described in [[2500_config_apps: |
| ==== Widget ==== | ==== Widget ==== | ||