{{ record.joinvalue }} – Table Join – Value

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:

  1. Table (optional) – The name of the Table that has a Table Join type field.
  2. Field of joined table to read the value from. (optional) – Field of joined table to read the value from.
  3. Filter (optional) – Optional filter, ie. fieldname=some value.

Example:

{{ record.joinvalue("products","productname") }}


What are your feelings

Leave a Reply

Updated on January 9, 2025