Count number of selected items in a selection field: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 June 2026

  • curprev 15:3515:35, 11 June 2026 Smtxwiki talk contribs 571 bytes +571 Created page with "If you have a multi-selection field, and you want the know how many entries were chosen, you can use this : Iif ('#REPLACE-FORMFIELD-testCount||AllEmailAddresses||#' = '', 0, ForEachString('#REPLACE-FORMFIELD-testCount||AllEmailAddresses||#', '||' , '1','+', 1)) Explanation: - The user selects x email addresses in the field 'AllEmailAddresses' - paste the code above in a secondary field, enable calculations, and it will show you the number of selected entries. samp..."