Finds the minimum value of all the records that match the filter.
Basic usage:
{{ record.joinmin }}
Usage with parameters:
{{ record.joinmin(Table, Value Field, Filter) }}
Parameters:
Table
(optional) – The name of the Table that has a Table Join type field.Value Field
(optional) – Field of joined table to read the value from.Filter
(optional) – Optional filter, ie. fieldname=some value.
Example:
{{ record.joinmin("products","price") }}
Leave a Reply
You must be logged in to post a comment.