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