Number: Difference between revisions
From Planfix
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
Example of a Number field type: | Example of a Number field type: | ||
https:// | https://s.pfx.so/pf/qk/wPXafm.jpg | ||
== Field options: == | == Field options: == | ||
*'''Auto-numbering''' - when adding a new entry a value is automatically suggested that is equal to the maximum at that moment, +1 | *'''Auto-numbering''' - when adding a new entry a value is automatically suggested that is equal to the maximum at that moment, +1 | ||
Line 15: | Line 14: | ||
*'''Split into groups of digits''' - lets you split numbers into groups of digits | *'''Split into groups of digits''' - lets you split numbers into groups of digits | ||
*'''Number of decimal places''' - lets you specify how many characters to display after the delimiter. | *'''Number of decimal places''' - lets you specify how many characters to display after the delimiter. | ||
== Additional parameters for this type of field in directories: == | |||
*'''Mandatory field''' - prevents saving the directory entry until this field has a value. | |||
*'''Show in entry list''' - allows selecting additional directory fields for display. | |||
== Parameters for this type of field in data tags: == | |||
*'''Data tag summaries''' - allows you to summarize data across data tag entries. | |||
==Important:== | |||
Numbers in Planfix are stored in [https://en.wikipedia.org/wiki/Double-precision_floating-point_format double-precision format]. | |||
== Go == | == Go == | ||
* [[Types of custom fields]] | *[[Types of custom fields]] | ||
*[[Feature Description]] | *[[Feature Description]] |
Latest revision as of 14:00, 4 September 2024
Number field type stores numeric information. You can create a Number field as a custom field, a directory field, or as a data tag field. Example of a Number field type:
Field options:
- Auto-numbering - when adding a new entry a value is automatically suggested that is equal to the maximum at that moment, +1
- No duplication - you can't save a directory entry if there already exists a field with the same value in the directory
- Split into groups of digits - lets you split numbers into groups of digits
- Number of decimal places - lets you specify how many characters to display after the delimiter.
Additional parameters for this type of field in directories:
- Mandatory field - prevents saving the directory entry until this field has a value.
- Show in entry list - allows selecting additional directory fields for display.
Parameters for this type of field in data tags:
- Data tag summaries - allows you to summarize data across data tag entries.
Important:
Numbers in Planfix are stored in double-precision format.