Number: Difference between revisions

From Planfix
Jump to: navigation, search
(Created page with "<pre> The translation of this page is done using machine translation technology. We apologize for any inaccuracies and errors. </pre> Fields of this type serve for storing n...")
 
No edit summary
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
{{#seo:
The translation of this page is done using machine translation technology.  
|title=Number
We apologize for any inaccuracies and errors.
|titlemode=append
</pre>
|keywords=planfix, custom fields
|description=Number field type
}}
'''Number''' field type stores numeric information. You can create a '''Number''' field as a [[Custom fields|custom field]], a [[Directories|directory field]], or as a [[Data Tags|data tag]] field.
Example of a Number field type:


Fields of this type serve for storing numerical information. Example of the directory field of type Numeric:
https://s.pfx.so/pf/qk/wPXafm.jpg
 
== Field options: ==
https://pic.planfix.ru/pf/1o/O7xjkR.jpg
*'''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
Field Parameters:
*'''Split into groups of digits''' - lets you split numbers into groups of digits
* '''Required to fill''' - will not allow to save the directory entry until this field contains the value
*'''Number of decimal places''' - lets you specify how many characters to display after the delimiter.
* '''Auto numeration''' - when you add a new entry, it automatically offers a value equal to the maximum until this moment +1
== Additional parameters for this type of field in directories: ==
* '''Block value duplication''' - will not allow saving the directory entry if it already has such a value for this field
*'''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 ==
* [[How to create a directory?]]
*[[Types of custom fields]]
* [[Directories]]
*[[Feature Description]]
* [[Types of custom felds]]

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:

wPXafm.jpg

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.

Go