{{ record.count }} – Count

Returns the number of records in selected table that match the filter.

Basic usage:

{{ record.count }}

Usage with parameters:

{{ record.count(Table, Filter) }}

Parameters:

  1. Table (optional) – The name of the Table to count records from.
  2. Filter (optional) – Optional filter, ie. fieldname=some value.

Example:

{{ record.count("products") }}


What are your feelings

Leave a Reply

Updated on January 9, 2025