Number: Difference between revisions

From Planfix
Jump to: navigation, search
No edit summary
Line 20: Line 20:
*'''Data tag summaries''' — Allows you to summarize data across data tag entries.
*'''Data tag summaries''' — Allows you to summarize data across data tag entries.
==Important:==
==Important:==
Numbers in Planfix are stored in [[https://en.wikipedia.org/wiki/Double-precision_floating-point_format double-precision format]].
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]]

Revision as of 13:59, 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:

00ulcr.png

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