Function: length()

Usage

length(<List>) : Number

The length function is used to return the count of the selected List items in a particular List.

This function works on the following Fields:

  • Select
  • Checklist (complete, incomplete and all items)
  • Link to User
  • Link to Role

Examples

length(@Status) => 1

When used within an if() function, the length() function can be used as a condition based on the number of selected List items.

if (length(@Status) > 0, "List items selected", "No list item selected yet")

Learn more about how you can get started using the Formula Field.

What would you improve in this article?
Powered by:

Type above and the results will be displayed here.