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