Customize

Count Selection of Field that meets Criteria.

Summary

Counts the number of selected fields in rows that meet the criteria of the table. The count results can be used in other actions.

How to use

Counts the number of selections in a field that allows multiple selections, such as a checkbox or user selection. If there is no selection, it is 0.

Parameters to set

Set [Field to count], [Method to count the same value], [Condition], [Compare value], and [Field to set the result (optional)].

Fields to count

Select the fields you want to count.

You can only select fields that allow multiple selections, such as checkboxes or user selections, not attachment fields.

How to count the same values

If you select “Count Same Values Separately”, the number of selections is simply counted regardless of the selected value.

If you select Count Same As One, two or more rows that have the same value will be counted as one, i.e., “how many different values are chosen”.

For example, if there are three rows in a table, and the value of Field to Count is

  • Line 1: A, B, C
  • Line 2: X
  • Line 3: Y, Z, A

, then the

  • Count the same value separately, then the count value is 7 (3+3+1)
  • If you count the same value as 1, then the count value is 6 (A, B, C, X, Y, Z).

will be used as a result.

Condition fields

Select the field in the table that you want to use to determine the condition.

Condition

Select a Condition from the following choices:

See a list of field criteriafor more information.

Comparison Value

Compare Value to set the value against which the field value is compared.The comparison value can be one of the following values:

  • Direct input
    Enter comparison value directly
  • Field Selection
    Compares against other field values in the same record
  • Results of other actions
    Compare to the result value of the registered action
About the Comparison Process
  • When comparing, leading and trailing spaces are ignored.
  • Strings are compared using Unicode values in standard lexical order.However, full-width, half-width and case are not sensitive.

Field to set the result (optional)

Specify if you want to set the result of a calculation to another field. You can omit it it if you do not want to set the result directly to the field, but you want to use the result in another action.