{{ record.min }} – Minimum

Returns the minimum of all the records that match the filter.

Basic usage:

{{ record.min }}

Usage with parameters:

{{ record.min(Table, Value Field, Filter) }}

Parameters:

  1. Table (optional) – The name of the Table to count records from.
  2. Value Field (optional) – The field to read the value from.
  3. Filter (optional) – Optional filter, ie. fieldname=some value.

Example:

{{ record.min("products","weight","height>10") }}


What are your feelings

Leave a Reply

Updated on January 9, 2025