Merge Tags Calculations
When the List Field Number Format add-on is activated, you’ll get extra Merge Tags with the List Column sum and Row count (number of rows).
You can select the Merge Tags List (Column sum) and List (Row count) from the dropdown:
- List (Column sum): Calculates the total of all numbers in one or multiple rows together.
- List (Row count): Counts the number of rows.
It is also possible to type the merge tags manually using this format:
- {list_field_label:field_id:column_number} -> (Column sum)
- {list_field_label:field_id} -> (Row count)
See examples below. You can also use these Merge Tags on other places, like in the notification, GravityView or Workflows.
Demo List Field Calculations
Try a single column list field. For the calculation in the Number field ‘Column total’ the following Merge Tag is used:
{List:1.1}
For the Number field ‘Total number of rows’ the following Merge Tag is used:
{List:1}
Multiple columns
With a multiple column list field, you get calculation Merge Tags for every column separately. For the calculation in the Number field ‘Column 1 total’ the following Merge Tag is used:
{List multiple columns:7.1}
Last updated: 12-03-2024