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