Loading...
 

Computed Tracker Field


This field type allows you to compute a field function of other field of the item.

You use # for indicating fieldIds and +,*,/,- and parenthesis for operations.

For example, if you have a field with an Id of 3 which has a numeric quantity, and a field with an Id of 4 which has an item price, to multiply quantity and price: #3*#4

A file containing a little script to sync a computed field is attached to this page. This is useful when you add a new computed field on existing items for instance.

Since Tiki 15.0 (or 14.2, 12.5), you can indicate:

  • Decimal Places:
    Amount of decimals to preserve before rounding.
  • Decimal separator when displaying data:
    Single character. Use c for comma, d for dot or s for space. The valid decimal separator when inserting numbers may depend on site language and web browser. See documentation for more details.
  • Thousand separator when displaying data
    Single character, Use c for comma, d for dot or s for space. When inserting data no thousands separator is needed.



List Slides
Computed Tracker Field This field type allows you to compute a field function of other field of the item. You use # for indicating fieldIds and +,*,/,- and parenthesis for operations. For example, if you have a field with an Id of 3 which has a numeric quantity, and a field with an Id of 4 which has an item price, to multiply quantity and price: #3*#4 A file containing a little script to sync a computed field is attached to this page. This is useful when you add a new computed field on existing items for instance. Since Tiki 15.0 (or 14.2, 12.5), you can indicate: Decimal Places: Amount of decimals to preserve before rounding. Decimal separator when displaying data: Single character. Use c for comma, d for dot or s for space. The valid decimal separator when inserting numbers may depend on site language and web browser. See documentation for more details. Thousand separator when displaying data Single character, Use c for comma, d for dot or s for space. When inserting data no thousands separator is needed.