Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Number Field allows you to give a display format to numbers being these strings, ints or floats. For example with the format 1,.2 you may transform a "2,3324120424..." number in the database to a more user friendly display like "2,33". The join  specification is a substring that will be used for numeric concatenation if multiple numbers are displayed at the same time, that way a join  value of "|" will be used to join the list [123, 456, 789] as "123|456|789".

NumberField

ParameterTypeDefaultRequiredDescription
formatstr'1,.2'FalseFormat for the field.
joinstr'| 'FalseJoin separator.

...